We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b546b0c commit 7635eb5Copy full SHA for 7635eb5
ci/release/Jenkinsfile
@@ -161,9 +161,7 @@ pipeline {
161
sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'hibernate-ci.frs.sourceforge.net']) {
162
// performs documentation upload and Sonatype release
163
// push to github
164
- withEnv(["BRANCH=${env.GIT_BRANCH}"]) {
165
- sh ".release/scripts/publish.sh ${env.SCRIPT_OPTIONS} ${env.PROJECT} ${env.RELEASE_VERSION} ${env.DEVELOPMENT_VERSION}"
166
- }
+ sh ".release/scripts/publish.sh ${env.SCRIPT_OPTIONS} ${env.PROJECT} ${env.RELEASE_VERSION} ${env.DEVELOPMENT_VERSION} ${env.GIT_BRANCH}"
167
}
168
169
0 commit comments