Print the environment.

This commit is contained in:
Manuele Simi 2019-08-30 22:20:23 -04:00
parent 84fbfae86e
commit 4f3c9156b7
1 changed files with 4 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -1,7 +1,10 @@
import groovy.json.JsonSlurper
import groovy.io.FileType
def env = System.getenv()
env.each{
println it
}
//locate where this jenkinsfile is
//check and parse the release file