Skip to content

Commit

Permalink
pass the correct parameter to the version script
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaSemple committed Aug 19, 2021
1 parent 54f9258 commit ae2f130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ try {
container.inside() {
stage('bump version') {
def rstudioVersion = sh (
script: "docker/jenkins/rstudio-version.sh bump ${params.RSTUDIO_VERSION_MINOR}",
script: "docker/jenkins/rstudio-version.sh bump ${params.RSTUDIO_VERSION_PATCH}",
returnStdout: true
).trim()
echo "RStudio build version: ${rstudioVersion}"
Expand Down

0 comments on commit ae2f130

Please sign in to comment.