Skip to content

Commit

Permalink
Merge pull request #411 from hbfernandes/BACKLOG-32242-9.0
Browse files Browse the repository at this point in the history
[BACKLOG-32242] Update missing library version
  • Loading branch information
Erik Martin authored Nov 21, 2019
2 parents f6b2e9b + 998b317 commit ad41ce5
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 ad41ce5

Please sign in to comment.