diff --git a/Jenkinsfile b/Jenkinsfile index 7bf4435..aa52251 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,7 +65,7 @@ pipeline { stage('Deploy to AWS EKS Blue') { steps { sshagent (credentials: ['labshare-svc']) { - sh 'git clone -b openpredict git@github.com:Sphinx-Automation/translator-ops.git' + sh 'git clone git@github.com:Sphinx-Automation/translator-ops.git' } dir('translator-ops/ops/cdskp/openpredict/') { configFileProvider([ @@ -82,4 +82,4 @@ pipeline { } } } -} \ No newline at end of file +}