another inventory fix
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' : ''
|
||||
def extraVars = (params.CLEANUP_SNAPSHOTS == true) ? "-e cleanup_old_snapshots=true" : ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user