Skip to content

Commit 3d0c89a

Browse files
authored
Merge pull request #1088 from stan-dev/fix_expression_tests_math_branch
Checkout develop for CmdStan/Stan/Math by default, not master
2 parents 76c85ce + be2f3a6 commit 3d0c89a

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)