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 0289092 commit b0f2bd3Copy full SHA for b0f2bd3
Jenkinsfile
@@ -658,6 +658,7 @@ pipeline {
658
659
// Checkout gh-pages as a test so we build docs from this branch
660
runShell("""
661
+ git remote set-branches --add origin gh-pages
662
git checkout --track origin/gh-pages
663
git checkout master
664
""")
@@ -702,4 +703,4 @@ pipeline {
702
703
script {utils.mailBuildResults()}
704
}
705
-}
706
+}
0 commit comments