We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed9b208 commit a67d180Copy full SHA for a67d180
Jenkinsfile
@@ -32,7 +32,7 @@ def buildImages = { ->
32
33
def getDockerVersions = { ->
34
def dockerVersions = ["17.06.2-ce"]
35
- wrappedNode(label: "ubuntu && !zfs") {
+ wrappedNode(label: "ubuntu && !zfs && amd64") {
36
def result = sh(script: """docker run --rm \\
37
--entrypoint=python \\
38
${imageNamePy3} \\
0 commit comments