This commit is contained in:
Ovidio Mallo 2016-12-09 15:25:50 +01:00
parent b8776a5412
commit 1ce7e0cf01
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ node() {
println "teeeeeest start"
def config = getConfig()
println config.dev
println config.getClass()
println "teeeeeest end"
stage("Build") {