-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #191 from Esri/develop
Release 1.7
- Loading branch information
Showing
76 changed files
with
752 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ psl.runsHere('production') | |
|
||
@Field final String DOCKER_REGISTRY = 'zrh-dreg-sp-1.esri.com' | ||
@Field final String DOCKER_PROJECT = "${DOCKER_REGISTRY}/pyprt/" | ||
@Field final String DOCKER_IMAGE_REV = 'v6' // target revision of the generated images | ||
@Field final String DOCKER_IMAGE_REV = 'v7' // target revision of the generated images | ||
|
||
@Field final String REPO = '[email protected]:esri/pyprt.git' | ||
@Field final String SOURCE = 'pyprt.git' | ||
|
@@ -146,9 +146,11 @@ def taskBuildDockerImage(cfg) { | |
|
||
dir(path: SOURCE) { | ||
docker.withRegistry("https://${DOCKER_REGISTRY}", 'jenkins-pyprt-dreg-robot') { | ||
def dockerImage = docker.build(image, "-m 8GB --rm -f ${dockerFile} ${buildArgs} ${labelArgs} ${targetArgs} .") | ||
dockerImage.push(tag) | ||
psl.runCmd("docker image prune -a -f --filter label=${buildLabel}") | ||
psl.runContainerBuild() { | ||
def dockerImage = docker.build(image, "-m 8GB --rm -f ${dockerFile} ${buildArgs} ${labelArgs} ${targetArgs} .") | ||
dockerImage.push(tag) | ||
psl.runCmd("docker image prune -a -f --filter label=${buildLabel}") | ||
} | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pkginfo | ||
Sphinx | ||
Sphinx<7.0 | ||
twine | ||
wheel | ||
xmlrunner |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
arcgis | ||
urllib3<1.26.0 | ||
pkginfo | ||
Shapely | ||
Sphinx | ||
Sphinx<7.0 | ||
twine | ||
wheel | ||
xmlrunner | ||
numpy==1.21.6 | ||
numpy<1.24.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
arcgis | ||
urllib3<1.26.0 | ||
pkginfo | ||
Shapely | ||
Sphinx | ||
Sphinx<7.0 | ||
twine | ||
wheel | ||
xmlrunner | ||
numpy==1.21.6 | ||
numpy<1.24.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pkginfo | ||
Sphinx | ||
Sphinx<7.0 | ||
twine | ||
wheel | ||
xmlrunner | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
arcgis | ||
urllib3<1.26.0 | ||
pkginfo | ||
Shapely | ||
Sphinx | ||
Sphinx<7.0 | ||
twine | ||
wheel | ||
xmlrunner | ||
numpy<1.24.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
arcgis | ||
urllib3<1.26.0 | ||
pkginfo | ||
Shapely | ||
Sphinx | ||
Sphinx<7.0 | ||
twine | ||
wheel | ||
xmlrunner | ||
numpy==1.21.6 | ||
numpy<1.24.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
arcgis | ||
urllib3<1.26.0 | ||
pkginfo | ||
Shapely | ||
Sphinx | ||
Sphinx<7.0 | ||
twine | ||
wheel | ||
xmlrunner | ||
numpy==1.21.6 | ||
numpy<1.24.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.