Merge branch 'release_branch' of github.com:victormylle/WorldCraft_Discord_Bot into release_branch
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -10,9 +10,12 @@ pipeline {
|
||||
|
||||
stage('Publish') {
|
||||
steps {
|
||||
sh './publish.sh'
|
||||
sh "./publish.sh ${env.BUILD_ID}"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
triggers {
|
||||
pollSCM('H/2 * * * *')
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user