changed quotations from limit flag
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -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' : ''
|
||||
|
||||
echo "DRY_RUN parameter: ${params.DRY_RUN}"
|
||||
|
||||
Reference in New Issue
Block a user