added parameter to publish.sh
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -10,7 +10,7 @@ pipeline {
|
||||
|
||||
stage('Publish') {
|
||||
steps {
|
||||
sh './publish.sh'
|
||||
sh './publish.sh ${env.BUILD_ID}'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user