1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-01-04 04:07:16 +02:00

Removed ',' pointed out as syntax error by IDE

This commit is contained in:
Stephan Aßmus 2020-01-20 15:48:12 +01:00
parent c448a72930
commit 88a2600d2d

View File

@ -39,7 +39,6 @@ enum GitPushMode {NONE, HTTPS, SSH}
* @possibleValues `true`, `false`
*/
'verbose',
,
/**
* 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`