Removed conditions for immediate deployment.
This commit is contained in:
parent
574cac0125
commit
d0a783ecce
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -13,7 +13,6 @@ pipeline {
|
||||
stage("notify") {
|
||||
when {
|
||||
branch "**/master"
|
||||
triggeredBy 'TimerTrigger'
|
||||
}
|
||||
steps {
|
||||
discordSend description: 'RS Jenkins has begun building the latest live (master branch) version of the server. This means the live Minecraft server **will shutdown** once the build has reached the deployment stage. Please be ready for this! For information on **what has changed**, **estimates of when reboot will occur** and **current progress**, checkout the build link.', footer: '', image: '', link: 'env.BUILD_URL', result: currentBuild.currentResult, scmWebUrl: '', thumbnail: '', title: 'RS Jenkins - ${env.JOB_NAME}: Build starting.', webhookURL: 'https://discord.com/api/webhooks/977367178884046919/LCJ_ngdNG1zo6Ak4CmzzUZbYD92LPUNn_mQO8IhwxoAVmswJo8p950qLFoQUck7LmIkf'
|
||||
@ -36,7 +35,6 @@ pipeline {
|
||||
stage("deploy") {
|
||||
when {
|
||||
branch '**/master'
|
||||
triggeredBy 'TimerTrigger'
|
||||
}
|
||||
steps {
|
||||
sshagent(['ce4c701d-098c-4706-8f32-c0af996a7769']) {
|
||||
|
Loading…
Reference in New Issue
Block a user