Skip to content

Commit

Permalink
Set pipeline-library to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Oct 26, 2017
1 parent eed4d16 commit 7a419ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ public static final String PROJ_URL = 'https://github.com/zanata/zanata-platform
// Import pipeline library for utility methods & classes:
// ansicolor(), Notifier, PullRequests, Strings
@Field
public static final String PIPELINE_LIBRARY_BRANCH = 'ZNTA-2234-tag'
public static final String PIPELINE_LIBRARY_BRANCH = 'v0.3.0'

// GROOVY-3278:
// Using referenced String constant as value of Annotation causes compile error
@Library('zanata-pipeline-library@ZNTA-2234-tag')
@Library('zanata-pipeline-library@v0.3.0')
import org.zanata.jenkins.Notifier
import org.zanata.jenkins.PullRequests
import org.zanata.jenkins.ScmGit
Expand Down

0 comments on commit 7a419ef

Please sign in to comment.