Skip to content

Commit

Permalink
scm step
Browse files Browse the repository at this point in the history
  • Loading branch information
diasf committed Oct 1, 2024
1 parent 351e13a commit 7f64b18
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,10 @@ pipeline {
stage('Checkout') {
when { expression { params.skipCheckout != true } }
steps {
/*
checkout scmGit(
branches: [[name: "*/${params.branch}"]],
extensions: [cleanAfterCheckout()],
userRemoteConfigs: [[refspec: "+refs/heads/${params.branch}:refs/remotes/origin/${params.branch}", url: 'https://github.com/CeON/dataverse']])
*/
}
}

Expand Down

0 comments on commit 7f64b18

Please sign in to comment.