bmustiata / jenny

Command line Jenkinsfile runner written in groovy. Does not need a Jenkins installation to run the Jenkinsfile.
BSD 3-Clause "New" or "Revised" License
91 stars 8 forks source link

Implement currentBuild #29

Closed bmustiata closed 6 years ago

bmustiata commented 6 years ago

From #27

//does not recognize currentBuild
currentBuild.description = "${params.BRANCH_NAME} @ ${rev}"
bmustiata commented 6 years ago

currentBuild is now available for the build.