You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-11-06 09:09:19 +02:00
fix(whitesourceExecuteScan): added missing credential declaration for the docker config (#3404)
This commit is contained in:
@@ -16,6 +16,7 @@ void call(Map parameters = [:]) {
|
||||
List credentials = [
|
||||
[type: 'token', id: 'orgAdminUserTokenCredentialsId', env: ['PIPER_orgToken']],
|
||||
[type: 'token', id: 'userTokenCredentialsId', env: ['PIPER_userToken']],
|
||||
[type: 'file', id: 'dockerConfigJsonCredentialsId', env: ['PIPER_dockerConfigJSON']],
|
||||
]
|
||||
piperExecuteBin(parameters, STEP_NAME, METADATA_FILE, credentials)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user