File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ pipeline {
99 string(defaultValue : ' ' , name : ' major_version' , description : " Major version of the docs to be built" )
1010 string(defaultValue : ' ' , name : ' minor_version' , description : " Minor version of the docs to be built" )
1111 string(defaultValue : ' ' , name : ' last_docs_version_dir' , description : " Last docs version found in /docs. Example: 2_21" )
12- booleanParam(defaultValue : true , description : ' Build docs and create a PR ?' , name : ' buildDocs' )
13- booleanParam(defaultValue : true , description : ' Change docs version for stan-dev.github.io ?' , name : ' docsStanDev' )
1412 booleanParam(defaultValue : true , description : ' Link docs to latest?' , name : ' linkDocs' )
1513 }
1614 environment {
@@ -26,11 +24,6 @@ pipeline {
2624 additionalBuildArgs ' --build-arg PUID=\$ (id -u) --build-arg PGID=\$ (id -g)'
2725 }
2826 }
29- when {
30- expression {
31- params. buildDocs
32- }
33- }
3427 steps{
3528 checkout([$class : ' GitSCM' ,
3629 branches : [[name : ' */master' ]],
You can’t perform that action at this time.
0 commit comments