You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-07-13 01:30:24 +02:00
fix(golangBuild): targetRepositoryUrl (#3502)
* fix(golangBuild): targetRepositoryUrl * regen
This commit is contained in:
@ -298,7 +298,7 @@ func golangBuildMetadata() config.StepData {
|
|||||||
ResourceRef: []config.ResourceReference{
|
ResourceRef: []config.ResourceReference{
|
||||||
{
|
{
|
||||||
Name: "commonPipelineEnvironment",
|
Name: "commonPipelineEnvironment",
|
||||||
Param: "custom/repositoryURL",
|
Param: "custom/repositoryUrl",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
|
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},
|
||||||
|
@ -130,7 +130,7 @@ spec:
|
|||||||
- STEPS
|
- STEPS
|
||||||
resourceRef:
|
resourceRef:
|
||||||
- name: commonPipelineEnvironment
|
- name: commonPipelineEnvironment
|
||||||
param: custom/repositoryURL
|
param: custom/repositoryUrl
|
||||||
- name: reportCoverage
|
- name: reportCoverage
|
||||||
type: bool
|
type: bool
|
||||||
description: Defines if a coverage report should be created.
|
description: Defines if a coverage report should be created.
|
||||||
|
Reference in New Issue
Block a user