mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-22 05:27:25 +00:00
sane jenkins description
This commit is contained in:
parent
8cc630d420
commit
0fa91c9cfa
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -17,6 +17,9 @@ properties([
|
|||||||
])
|
])
|
||||||
|
|
||||||
node('worker'){
|
node('worker'){
|
||||||
|
|
||||||
|
currentBuild.setDescription(params.BRANCH)
|
||||||
|
|
||||||
stage('Clone Code'){
|
stage('Clone Code'){
|
||||||
checkout([
|
checkout([
|
||||||
$class: 'GitSCM',
|
$class: 'GitSCM',
|
||||||
|
Loading…
Reference in New Issue
Block a user