Merge branch 'release_branch' of github.com:victormylle/WorldCraft_Discord_Bot into release_branch

This commit is contained in:
2020-11-17 01:19:34 +01:00

5
Jenkinsfile vendored
View File

@@ -10,9 +10,12 @@ pipeline {
stage('Publish') {
steps {
sh './publish.sh'
sh "./publish.sh ${env.BUILD_ID}"
}
}
}
triggers {
pollSCM('H/2 * * * *')
}
}