File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import groovy.transform.Field
10
10
/*
11
11
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
12
12
*/
13
- @Library (' hibernate-jenkins-pipeline-helpers@1.9 ' )
13
+ @Library (' hibernate-jenkins-pipeline-helpers@1.10 ' )
14
14
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
15
15
import org.hibernate.jenkins.pipeline.helpers.alternative.AlternativeMultiMap
16
16
Original file line number Diff line number Diff line change 5
5
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
6
6
*/
7
7
8
- @Library (' hibernate-jenkins-pipeline-helpers@1.5 ' ) _
8
+ @Library (' hibernate-jenkins-pipeline-helpers@1.10 ' ) _
9
9
10
10
// NOTE: Remember to update the matrix axes below when adding/removing entries here.
11
11
// Also make sure to update the parameters in the parameters {} section of the pipeline.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import groovy.transform.Field
10
10
/*
11
11
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
12
12
*/
13
- @Library (' hibernate-jenkins-pipeline-helpers@1.2 ' )
13
+ @Library (' hibernate-jenkins-pipeline-helpers@1.10 ' )
14
14
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
15
15
16
16
@Field final String MAVEN_TOOL = ' Apache Maven 3.9'
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import groovy.transform.Field
10
10
/*
11
11
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
12
12
*/
13
- @Library (' hibernate-jenkins-pipeline-helpers@1.2 ' )
13
+ @Library (' hibernate-jenkins-pipeline-helpers@1.10 ' )
14
14
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
15
15
16
16
@Field final String MAVEN_TOOL = ' Apache Maven 3.9'
Original file line number Diff line number Diff line change 5
5
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
6
6
*/
7
7
8
- @Library (' hibernate-jenkins-pipeline-helpers@1.5 ' ) _
8
+ @Library (' hibernate-jenkins-pipeline-helpers@1.10 ' ) _
9
9
10
10
import org.hibernate.jenkins.pipeline.helpers.version.Version
11
11
You can’t perform that action at this time.
0 commit comments