mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2025-08-09 20:14:01 +00:00
sane jenkins description
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -17,6 +17,9 @@ properties([
|
||||
])
|
||||
|
||||
node('worker'){
|
||||
|
||||
currentBuild.setDescription(params.BRANCH)
|
||||
|
||||
stage('Clone Code'){
|
||||
checkout([
|
||||
$class: 'GitSCM',
|
||||
|
Reference in New Issue
Block a user