Skip to content

Commit

Permalink
Use proper variable interpolation format
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Sep 26, 2017
1 parent aa55577 commit 2c80472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
@Field
String pipelineLibraryBranch = 'ZNTA-2201-correctSHA'

@Library("zanata-pipeline-library@$pipelineLibraryBranch")
@Library('zanata-pipeline-library@' + pipelineLibraryBranch)
import org.zanata.jenkins.Notifier
import org.zanata.jenkins.PullRequests
import static org.zanata.jenkins.StackTraces.getStackTrace
Expand Down

0 comments on commit 2c80472

Please sign in to comment.