File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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()}
You can’t perform that action at this time.
0 commit comments