Skip to content

Commit

Permalink
Disable weekly build for end of year break (#634)
Browse files Browse the repository at this point in the history
During the end of year break, we won't have Jenkins infrastructure team
members generally available.  Rather than risk needing to escalate a
broken weekly build to one of them while they are out of office, let's
pause weekly builds.

Discussed in Jenkins developer mailing list thread:
https://groups.google.com/g/jenkinsci-dev/c/YcuXoxF44ko/m/Rp11aa9fAQAJ

Discussed in Jenkins infrastructure team meeting 17 Dec 2024
  • Loading branch information
MarkEWaite authored Dec 19, 2024
1 parent 5b0fb15 commit d8967fb
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions Jenkinsfile.d/core/weekly
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,7 @@ pipeline {
stages {
stage("Release"){
steps {
build job: "core/release/${ BRANCH_NAME }", parameters: [
booleanParam(name: "VALIDATION_ENABLED", value: false),
string(name: "RELEASE_PROFILE", value: "weekly")
]
}
}

stage("Package"){
steps {
build job: "core/package/${ BRANCH_NAME }", parameters: [
booleanParam(name: "VALIDATION_ENABLED", value: false),
string(name: "RELEASE_PROFILE", value: "weekly"),
string(name: "JENKINS_VERSION", value: "latest")
]
echo "Release build is disabled for end of year break"
}
}
}
Expand Down

0 comments on commit d8967fb

Please sign in to comment.