Testing jenkins+gradle config
This commit is contained in:
parent
bb5e3d0e22
commit
bc0476e3d1
1 changed files with 2 additions and 0 deletions
|
@ -110,6 +110,8 @@ task incrementBuildNumber() {
|
||||||
task buildnumber << {
|
task buildnumber << {
|
||||||
env = System.getenv()
|
env = System.getenv()
|
||||||
|
|
||||||
|
println env.get(BUILD_NUMBER)
|
||||||
|
|
||||||
env.each {
|
env.each {
|
||||||
key, value -> println "$key = $value";
|
key, value -> println "$key = $value";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue