We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864854b commit bd25660Copy full SHA for bd25660
ci/release/Jenkinsfile
@@ -9,7 +9,7 @@
9
/*
10
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
11
*/
12
-@Library('hibernate-jenkins-pipeline-helpers@1.18') _
+@Library('hibernate-jenkins-pipeline-helpers') _
13
14
import org.hibernate.jenkins.pipeline.helpers.version.Version
15
ci/snapshot-publish.Jenkinsfile
@@ -1,7 +1,7 @@
1
2
3
4
5
6
// Avoid running the pipeline on branch indexing
7
if (currentBuild.getBuildCauses().toString().contains('BranchIndexingCause')) {
0 commit comments