Skip to content

Commit

Permalink
Just do a default checkout
Browse files Browse the repository at this point in the history
This also tests whether the qualifier time-stamps remain stable.
  • Loading branch information
merks committed Sep 23, 2023
1 parent fb4b56e commit 86d45aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion OrbitLegacy.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pipeline {
options {
buildDiscarder(logRotator(numToKeepStr: '10'))
disableConcurrentBuilds()
skipDefaultCheckout true
// skipDefaultCheckout true
}

tools {
Expand Down Expand Up @@ -47,6 +47,7 @@ PROMOTE=${params.PROMOTE}
}
}

/*
stage('Git Checkout') {
steps {
script {
Expand All @@ -69,6 +70,7 @@ PROMOTE=${params.PROMOTE}
}
}
}
*/

stage('Build Orbit Legacy') {
steps {
Expand Down

0 comments on commit 86d45aa

Please sign in to comment.