Skip to content

Commit

Permalink
HSEARCH-3436 Upgrade to version 1.2 of the pipeline helpers
Browse files Browse the repository at this point in the history
In order to benefit from the latest change, which puts the Maven local
repository outside of the current workspace.
  • Loading branch information
yrodiere committed Nov 21, 2018
1 parent 3fba7d6 commit 9708167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -10,7 +10,7 @@ import groovy.transform.Field
/*
* See https://github.com/hibernate/hibernate-jenkins-pipeline-helpers
*/
@Library('hibernate-jenkins-pipeline-helpers@1.1')
@Library('hibernate-jenkins-pipeline-helpers@1.2')
import org.hibernate.jenkins.pipeline.helpers.job.JobHelper
import org.hibernate.jenkins.pipeline.helpers.alternative.AlternativeMultiMap
import org.hibernate.jenkins.pipeline.helpers.version.Version
Expand Down

0 comments on commit 9708167

Please sign in to comment.