File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import groovy.transform.Field
8
8
/*
9
9
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
10
10
*/
11
- @Library (' hibernate-jenkins-pipeline-helpers@1.17 ' ) _
11
+ @Library (' hibernate-jenkins-pipeline-helpers@1.18 ' ) _
12
12
13
13
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
14
14
import org.hibernate.jenkins.pipeline.helpers.alternative.AlternativeMultiMap
Original file line number Diff line number Diff line change 3
3
* Copyright Red Hat Inc. and Hibernate Authors
4
4
*/
5
5
6
- @Library (' hibernate-jenkins-pipeline-helpers@1.17 ' ) _
6
+ @Library (' hibernate-jenkins-pipeline-helpers@1.18 ' ) _
7
7
8
8
def withMavenWorkspace (Closure body ) {
9
9
withMavenWorkspace(' OpenJDK 17 Latest' , body)
Original file line number Diff line number Diff line change 3
3
* Copyright Red Hat Inc. and Hibernate Authors
4
4
*/
5
5
6
- @Library (' hibernate-jenkins-pipeline-helpers@1.17 ' ) _
6
+ @Library (' hibernate-jenkins-pipeline-helpers@1.18 ' ) _
7
7
8
8
import org.hibernate.jenkins.pipeline.helpers.version.Version
9
9
You can’t perform that action at this time.
0 commit comments