diff --git a/engine/src/test/resources/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation-mappings.xml b/engine/src/test/resources/org/hibernate/validator/test/internal/xml/mixedconfiguration/annotation-mappings.xml old mode 100755 new mode 100644 diff --git a/engine/src/test/resources/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml-mappings.xml b/engine/src/test/resources/org/hibernate/validator/test/internal/xml/mixedconfiguration/xml-mappings.xml old mode 100755 new mode 100644 diff --git a/jenkins/release/Jenkinsfile b/jenkins/release/Jenkinsfile index aaa4ac2e9f..9f585e9aa3 100644 --- a/jenkins/release/Jenkinsfile +++ b/jenkins/release/Jenkinsfile @@ -72,10 +72,10 @@ pipeline { string(credentialsId: 'release.gpg.passphrase', variable: 'JRELEASER_GPG_PASSPHRASE'), usernamePassword(credentialsId: 'central.sonatype.com', passwordVariable: 'JRELEASER_MAVENCENTRAL_TOKEN', usernameVariable: 'JRELEASER_MAVENCENTRAL_USERNAME'), string(credentialsId: 'Hibernate-CI.github.com', variable: 'JRELEASER_GITHUB_TOKEN')]) { - sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'jenkins.in.relation.to', 'hibernate-ci.frs.sourceforge.net']) { + sshagent(['ed25519.Hibernate-CI.github.com', 'jenkins.in.relation.to', 'hibernate-ci.frs.sourceforge.net']) { 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' : ''} \