Skip to content

Commit

Permalink
fix jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
diasf committed Oct 1, 2024
1 parent c977a1a commit 351e13a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ 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']]
)
userRemoteConfigs: [[refspec: "+refs/heads/${params.branch}:refs/remotes/origin/${params.branch}", url: 'https://github.com/CeON/dataverse']])
*/
}
}
Expand Down

0 comments on commit 351e13a

Please sign in to comment.