Print the environment.
This commit is contained in:
parent
84fbfae86e
commit
4f3c9156b7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue