sane jenkins description

This commit is contained in:
Aaron Kimbre 2022-01-18 22:47:17 -06:00
parent 8cc630d420
commit 0fa91c9cfa

3
Jenkinsfile vendored
View File

@ -17,6 +17,9 @@ properties([
])
node('worker'){
currentBuild.setDescription(params.BRANCH)
stage('Clone Code'){
checkout([
$class: 'GitSCM',