Skip to content

Commit 82be39c

Browse files
committed
Add a simple JReleaser configuration
1 parent a6f6584 commit 82be39c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ release.properties
3737

3838
# Environment
3939
.env
40+
41+
# Our build scripts - necessary for our release jobs
42+
hibernate-noorm-release-scripts
43+
hibernate-release-scripts
44+
jreleaser

ci/release/Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ pipeline {
7272
sh 'mvn -v'
7373
sh 'cat $HOME/.ssh/config'
7474
sh 'git clone https://github.com/hibernate/hibernate-release-scripts.git'
75-
env.RELEASE_GPG_HOMEDIR = env.WORKSPACE_TMP + '/.gpg'
7675
sh """
7776
bash -xe hibernate-release-scripts/release.sh ${params.RELEASE_DRY_RUN ? '-d' : ''} \
7877
infra-develocity ${releaseVersion.toString()} ${developmentVersion.toString()}

0 commit comments

Comments
 (0)