We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b2f55 commit 0e60489Copy full SHA for 0e60489
Jenkinsfile
@@ -17,7 +17,7 @@ TODO:
17
- [ ] provide a way of specifying refs in other repos, like a coordinated multi-pr build
18
*/
19
properties([
20
- buildDiscarder(logRotator(daysToKeepStr: '10'))
+ buildDiscarder(logRotator(daysToKeepStr: '10')),
21
parameters([
22
string(name: 'CORE_REV', defaultValue: 'master'),
23
string(name: 'NOVA_REV', defaultValue: 'master'),
0 commit comments