mirror of
https://github.com/SAP/jenkins-library.git
synced 2024-12-12 10:55:20 +02:00
gradle is also supported (#3261)
* gradle is also supported see https://github.com/SAP/jenkins-library/pull/2319 but it now fails since https://github.com/SAP/jenkins-library/pull/3125 * go generate Co-authored-by: Oliver Nocon <33484802+OliverNocon@users.noreply.github.com>
This commit is contained in:
parent
2e77dff4f0
commit
0f218640dd
@ -18,7 +18,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
type artifactPrepareVersionOptions struct {
|
type artifactPrepareVersionOptions struct {
|
||||||
BuildTool string `json:"buildTool,omitempty" validate:"oneof=custom docker dub golang maven mta npm pip sbt yarn"`
|
BuildTool string `json:"buildTool,omitempty" validate:"oneof=custom docker dub golang gradle maven mta npm pip sbt yarn"`
|
||||||
CommitUserName string `json:"commitUserName,omitempty"`
|
CommitUserName string `json:"commitUserName,omitempty"`
|
||||||
CustomVersionField string `json:"customVersionField,omitempty"`
|
CustomVersionField string `json:"customVersionField,omitempty"`
|
||||||
CustomVersionSection string `json:"customVersionSection,omitempty"`
|
CustomVersionSection string `json:"customVersionSection,omitempty"`
|
||||||
|
@ -96,6 +96,7 @@ spec:
|
|||||||
- docker
|
- docker
|
||||||
- dub
|
- dub
|
||||||
- golang
|
- golang
|
||||||
|
- gradle
|
||||||
- maven
|
- maven
|
||||||
- mta
|
- mta
|
||||||
- npm
|
- npm
|
||||||
|
Loading…
Reference in New Issue
Block a user