Skip to content

Commit be2f3a6

Browse files
committed
checkout develop by default, not master
1 parent 76c85ce commit be2f3a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ pipeline {
2929
agent none
3030
parameters {
3131
booleanParam(name:"skip_end_to_end", defaultValue: false, description:"Skip end-to-end tests ")
32-
string(defaultValue: '', name: 'cmdstan_pr',
32+
string(defaultValue: 'develop', name: 'cmdstan_pr',
3333
description: "CmdStan PR to test against. Will check out this PR in the downstream Stan repo.")
34-
string(defaultValue: '', name: 'stan_pr',
34+
string(defaultValue: 'develop', name: 'stan_pr',
3535
description: "Stan PR to test against. Will check out this PR in the downstream Stan repo.")
36-
string(defaultValue: '', name: 'math_pr',
36+
string(defaultValue: 'develop', name: 'math_pr',
3737
description: "Math PR to test against. Will check out this PR in the downstream Math repo.")
3838
}
3939
options {parallelsAlwaysFailFast()}

0 commit comments

Comments
 (0)