Use any node.

This commit is contained in:
Manuele Simi 2019-08-30 22:58:05 -04:00
parent cc5376ff69
commit 9b32dc2f4b
1 changed files with 2 additions and 4 deletions

6
Jenkinsfile vendored
View File

@ -7,9 +7,6 @@ String releaseURL = "https://code-repo.d4science.org/gCubeCI/gCubeRelease/raw/br
println "Querying ${releaseURL}"
def text = releaseURL.toURL().getText()
def gcubeJSON = new JsonSlurper().parseText(text)
println gcubeJSON
println "body:"
println gcubeJSON.body
//check that the release number parameter is the one expected
assert gcubeJSON["gCube.version"] == params.gCube_release_number : "Release versions do not match!"
@ -80,7 +77,8 @@ echo "Configured dynamic stages: ${dynamicStages.inspect()}"
pipeline {
// see https://jenkins.io/doc/book/pipeline/syntax/#agent
agent {
label 'pipeline-agent'
//label 'pipeline-agent'
label 'any'
}
// see https://jenkins.io/doc/book/pipeline/syntax/#environment