Skip to content

Commit

Permalink
[temporary][jenkins] trigger a release dry-run
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <[email protected]>
  • Loading branch information
marcdumais-work committed Jul 14, 2023
1 parent 6f65b08 commit e1c6f37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ pipeline {
// installers. It can sometimes be necessary to run these steps, e.g.
// when troubleshooting. Set the variable below to 'true' to do so.
// We will still stop short of publishing anything.
BLUEPRINT_JENKINS_RELEASE_DRYRUN = 'false'
// BLUEPRINT_JENKINS_RELEASE_DRYRUN = 'true'
// BLUEPRINT_JENKINS_RELEASE_DRYRUN = 'false'
BLUEPRINT_JENKINS_RELEASE_DRYRUN = 'true'
}
stages {
stage('Build') {
Expand Down

0 comments on commit e1c6f37

Please sign in to comment.