Skip to content

Commit fb4deb9

Browse files
DEVO-804: Added regressions parameter
1 parent ca4b699 commit fb4deb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ pipeline{
2020
triggers{
2121
parameterizedCron(env.BRANCH_NAME == "develop" ? "00 02 * * * % regressions=true" : "")
2222
}
23+
parameters{
24+
booleanParam(name: 'regressions', defaultValue: false, description: 'indicator if build is for regressions')
25+
}
2326
options {
2427
checkoutToSubdirectory 'marklogic-spark-connector'
2528
buildDiscarder logRotator(artifactDaysToKeepStr: '7', artifactNumToKeepStr: '', daysToKeepStr: '30', numToKeepStr: '')

0 commit comments

Comments
 (0)