We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d31cab9 commit ab41de5Copy full SHA for ab41de5
Jenkinsfile
@@ -316,7 +316,7 @@ pipeline {
316
setupAPMGitEmail(global: false)
317
sh(label: "checkout ${BRANCH_NAME} branch", script: "git checkout -f '${BRANCH_NAME}'")
318
sh(label: 'rebase stable', script: """
319
- git rev-parse --quiet --verify stable && git checkout stable || git checkout -b stable
+ git checkout -b stable --force
320
git rebase '${BRANCH_NAME}'
321
""")
322
gitPush()
0 commit comments