Skip to content

Commit c861238

Browse files
andkononykhinashcherbakov
authored andcommitted
set build discard property for pipeline build history (#489)
Signed-off-by: Andrey Kononykhin <[email protected]>
1 parent 900fa19 commit c861238

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Jenkinsfile.cd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@
55

66
def name = 'indy-plenum'
77

8+
properties([
9+
[$class: 'BuildDiscarderProperty', strategy: [
10+
$class: 'LogRotator',
11+
artifactDaysToKeepStr: '7',
12+
artifactNumToKeepStr: '',
13+
daysToKeepStr: '7',
14+
numToKeepStr: ''
15+
]]
16+
]);
17+
818
def plenumTestUbuntu = { offset, increment ->
919
try {
1020
echo 'Ubuntu Test: Checkout csm'

0 commit comments

Comments
 (0)