Skip to content

Commit e750f85

Browse files
Merge pull request #1181 from andkononykhin/jenkins-lib-version-2.0.2
Adjusts CD pipeline for jenkins lib v2.0.4
2 parents 31d6547 + 1273b41 commit e750f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile.cd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!groovy
22

3-
@Library('[email protected].1') _
3+
@Library('[email protected].4') _
44

55

66
String name = 'indy-plenum'
@@ -242,7 +242,7 @@ options.setNotifEmails([
242242
options.setPkgName(pkgName)
243243

244244
// TODO duplicates list from build scripts
245-
options.setPkgDeps([
245+
options.setBuiltPkgs([
246246
'rocksdb': '5.8.8',
247247
'python3-ioflo': '1.5.4',
248248
'python3-orderedset': '2.0',

0 commit comments

Comments
 (0)