diff --git a/.jenkins/Jenkinsfile b/.jenkins/Jenkinsfile index cb6345f..1c927be 100644 --- a/.jenkins/Jenkinsfile +++ b/.jenkins/Jenkinsfile @@ -19,7 +19,7 @@ pipeline{ stage('Prep - Clean/Checkout'){ steps{ cleanWs deleteDirs: true - git credentialsId: 'GitHub-PAT', url: "${env.gitUrl}", branch: 'main' + git credentialsId: 'GitHub-PAT', url: "${env.gitUrl}", branch: "${env.gitBranch}" } } @@ -38,4 +38,4 @@ pipeline{ } } } -} \ No newline at end of file +}