Skip to content

Commit d3ecf3a

Browse files
committed
ci: bump version to get removal of mock-array
Signed-off-by: Vitor Bandeira <[email protected]>
1 parent 408a29d commit d3ecf3a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

jenkins/public_nightly.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@Library('[email protected].5') _
1+
@Library('[email protected].6') _
22

33
node {
44

jenkins/public_tests_all.Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
@Library('[email protected].5') _
1+
@Library('[email protected].6') _
22

33
node {
4-
5-
def isDefaultBranch = (env.BRANCH_NAME == 'master')
4+
5+
def isDefaultBranch = (env.BRANCH_NAME == 'master')
66
def daysToKeep = '20';
77
def numToKeep = (isDefaultBranch ? '-1' : '10');
88

@@ -11,10 +11,10 @@ node {
1111

1212
buildDiscarder(logRotator(
1313
daysToKeepStr: daysToKeep,
14-
artifactDaysToKeepStr: daysToKeep,
14+
artifactDaysToKeepStr: daysToKeep,
1515

1616
numToKeepStr: numToKeep,
17-
artifactNumToKeepStr: numToKeep
17+
artifactNumToKeepStr: numToKeep
1818
))
1919
]);
2020

0 commit comments

Comments
 (0)