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:
parent
a7d1ca2cb9
commit
5de1c6a7c2
@ -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',
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user