diff --git a/Jenkinsfile b/Jenkinsfile index 808c470bfe8..7ccb61dba5c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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']]) + */ } }