Skip to content

Commit 0e60489

Browse files
committed
fixup properties
1 parent 65b2f55 commit 0e60489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TODO:
1717
- [ ] provide a way of specifying refs in other repos, like a coordinated multi-pr build
1818
*/
1919
properties([
20-
buildDiscarder(logRotator(daysToKeepStr: '10'))
20+
buildDiscarder(logRotator(daysToKeepStr: '10')),
2121
parameters([
2222
string(name: 'CORE_REV', defaultValue: 'master'),
2323
string(name: 'NOVA_REV', defaultValue: 'master'),

0 commit comments

Comments
 (0)