Skip to content

Commit

Permalink
Update groovy: do not handle Jenkins creds
Browse files Browse the repository at this point in the history
  • Loading branch information
vstarostin committed Nov 28, 2023
1 parent 70365df commit cd39439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/imagePushToRegistry.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ import groovy.transform.Field
@Field String METADATA_FILE = 'metadata/imagePushToRegistry.yaml'

void call(Map parameters = [:]) {
List credentials = [[type: 'file', id: 'dockerConfigJsonCredentialsId', env: ['PIPER_dockerConfigJSON']]]
List credentials = []
piperExecuteBin(parameters, STEP_NAME, METADATA_FILE, credentials)
}

0 comments on commit cd39439

Please sign in to comment.