Skip to content

Commit cbb87ce

Browse files
author
Paweł Krupa
authored
Merge pull request #2 from paulfantom/patch-1
Disable build retency
2 parents 3aeb81f + 8c083fc commit cbb87ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

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

33
/* Only keep the 10 most recent builds. */
4-
def projectProperties = [
4+
/*def projectProperties = [
55
[$class: 'BuildDiscarderProperty',strategy: [$class: 'LogRotator', numToKeepStr: '5']],
66
]
77
8-
properties(projectProperties)
8+
properties(projectProperties)*/
99

1010
/* Declarative pipeline */
1111
pipeline {

0 commit comments

Comments
 (0)