Skip to content

Commit

Permalink
[BACKLOG-32242] Update missing library version
Browse files Browse the repository at this point in the history
  • Loading branch information
hbfernandes committed Nov 21, 2019
1 parent f2a30b3 commit 998b317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.suite
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This is the master top-level pipeline that triggers both the build pipeline and the downstream triggered jobs
library(identifier: "jenkins-shared-libraries@20190816", changelog: false)
library(identifier: "${params.LIB_NAME ?: 'pentaho-library'}@${params.LIB_VERSION ?: '20191121'}", changelog: false)

String buildJobName = 'suite-release'
Map suiteParameters
Expand Down

0 comments on commit 998b317

Please sign in to comment.