Skip to content

Commit 7d1322e

Browse files
committed
Jenkins cleanup
1 parent dfa7dc3 commit 7d1322e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Jenkinsfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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']],

0 commit comments

Comments
 (0)