diff --git a/Jenkinsfile b/Jenkinsfile index b92ec00..b06e1c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -59,7 +59,7 @@ pipeline { limitValue = params.LIMIT ?: '' } - def limitFlag = limitValue ? "--limit '${limitValue}'" : '' + def limitFlag = limitValue ? "--limit \"${limitValue}\"" : '' def checkFlag = (params.DRY_RUN == true) ? '--check --diff' : '' def extraVars = (params.CLEANUP_SNAPSHOTS == true) ? "-e cleanup_old_snapshots=true" : ''