Skip to content

Commit 98f31f0

Browse files
committed
fixup! Release job: Avoid auto-release when there are no "releasable" commits
1 parent 7314d49 commit 98f31f0

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

ci/release/Jenkinsfile

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -215,33 +215,6 @@ pipeline {
215215
}
216216
}
217217
}
218-
stage('Update website') {
219-
steps {
220-
script {
221-
checkoutReleaseScripts()
222-
223-
configFileProvider([
224-
configFile(fileId: 'release.config.ssh', targetLocation: "${env.HOME}/.ssh/config"),
225-
configFile(fileId: 'release.config.ssh.knownhosts', targetLocation: "${env.HOME}/.ssh/known_hosts")
226-
]) {
227-
withCredentials([
228-
gitUsernamePassword(credentialsId: 'username-and-token.Hibernate-CI.github.com', gitToolName: 'Default')
229-
]) {
230-
sshagent( ['ed25519.Hibernate-CI.github.com', 'hibernate.filemgmt.jboss.org', 'hibernate-ci.frs.sourceforge.net'] ) {
231-
dir( '.release/hibernate.org' ) {
232-
checkout scmGit(
233-
branches: [[name: '*/production']],
234-
extensions: [],
235-
userRemoteConfigs: [[credentialsId: 'ed25519.Hibernate-CI.github.com', url: 'https://github.com/hibernate/hibernate.org.git']]
236-
)
237-
sh "../scripts/website-release.sh ${env.SCRIPT_OPTIONS} ${env.PROJECT} ${env.RELEASE_VERSION}"
238-
}
239-
}
240-
}
241-
}
242-
}
243-
}
244-
}
245218
}
246219
post {
247220
always {

0 commit comments

Comments
 (0)