Skip to content

Commit 17dc1d4

Browse files
marko-bekhtayrodiere
authored andcommitted
Switch to the new release scripts repository
1 parent 66ebad3 commit 17dc1d4

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# Our build scripts - necessary for our release jobs
55
hibernate-noorm-release-scripts
6+
hibernate-release-scripts
67

78
# Gradle work directory
89
.gradle
@@ -56,4 +57,4 @@ maven-eclipse.xml
5657
mvnw*
5758

5859
# Cache folders for formatting plugins:
59-
.cache
60+
.cache

distribution/src/main/assembly/dist.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
<!-- only needed for documentation and helper scripts, no need to include them -->
9191
<exclude>src/main/scripts/**</exclude>
9292
<exclude>hibernate-noorm-release-scripts/**</exclude>
93+
<exclude>hibernate-release-scripts/**</exclude>
9394

9495
<!-- actual files which should be ignored -->
9596
<exclude>.travis.yml</exclude>

jenkins/release.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ pipeline {
7373
string(credentialsId: 'release.gpg.passphrase', variable: 'MAVEN_GPG_PASSPHRASE')]) {
7474
sshagent(['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'hibernate-ci.frs.sourceforge.net']) {
7575
sh 'cat $HOME/.ssh/config'
76-
sh 'git clone https://github.com/hibernate/hibernate-noorm-release-scripts.git'
76+
sh 'git clone https://github.com/hibernate/hibernate-release-scripts.git'
7777
env.RELEASE_GPG_HOMEDIR = env.WORKSPACE_TMP + '/.gpg'
7878
sh """
79-
bash -xe hibernate-noorm-release-scripts/release.sh ${params.RELEASE_DRY_RUN ? '-d' : ''} \
79+
bash -xe hibernate-release-scripts/release.sh ${params.RELEASE_DRY_RUN ? '-d' : ''} \
8080
validator ${releaseVersion.toString()} ${developmentVersion.toString()}
8181
"""
8282
}

0 commit comments

Comments
 (0)