mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-01-06 04:13:55 +02:00
Removed ',' pointed out as syntax error by IDE
This commit is contained in:
parent
c448a72930
commit
88a2600d2d
@ -39,7 +39,6 @@ enum GitPushMode {NONE, HTTPS, SSH}
|
|||||||
* @possibleValues `true`, `false`
|
* @possibleValues `true`, `false`
|
||||||
*/
|
*/
|
||||||
'verbose',
|
'verbose',
|
||||||
,
|
|
||||||
/**
|
/**
|
||||||
* Specifies the source to be used for the main version which is used for generating the automatic version.
|
* Specifies the source to be used for the main version which is used for generating the automatic version.
|
||||||
* * This can either be the version of the base image - as retrieved from the `FROM` statement within the Dockerfile, e.g. `FROM jenkins:2.46.2`
|
* * This can either be the version of the base image - as retrieved from the `FROM` statement within the Dockerfile, e.g. `FROM jenkins:2.46.2`
|
||||||
|
Loading…
Reference in New Issue
Block a user