1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-11-28 08:49:44 +02:00

Update dockerExecute.groovy (#4205)

* Update dockerExecute.groovy

specified the type of credentials

* Update dockerExecute.groovy
This commit is contained in:
Amandeep.kaur 2023-01-27 15:13:16 +01:00 committed by GitHub
parent a7d1ca2cb9
commit 5de1c6a7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ import groovy.transform.Field
*/
'dockerRegistryUrl',
/**
* The credentials for the docker registry. If left empty, images are pulled anonymously.
* The credentials for the docker registry of type username/password as we rely on docker jenkins plugin. If left empty, images are pulled anonymously.
*/
'dockerRegistryCredentialsId',
/**