diff --git a/ci/release/Jenkinsfile b/ci/release/Jenkinsfile index 94ff877..3f84bee 100644 --- a/ci/release/Jenkinsfile +++ b/ci/release/Jenkinsfile @@ -67,7 +67,7 @@ pipeline { sh 'mvn -v' sh 'cat $HOME/.ssh/config' dir('.release/scripts') { - sh 'git clone https://github.com/hibernate/hibernate-release-scripts.git .' + sh 'git clone --branch test/github-releases https://github.com/hibernate/hibernate-release-scripts.git .' } sh """ bash -xe .release/scripts/release.sh -j ${params.RELEASE_DRY_RUN ? '-d' : ''} \