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

fix(golangBuild): targetRepositoryUrl (#3502)

* fix(golangBuild): targetRepositoryUrl

* regen
This commit is contained in:
Christian Volk
2022-02-04 12:18:35 +01:00
committed by GitHub
parent 5eb996c43c
commit f432d8455c
2 changed files with 2 additions and 2 deletions

View File

@ -298,7 +298,7 @@ func golangBuildMetadata() config.StepData {
ResourceRef: []config.ResourceReference{
{
Name: "commonPipelineEnvironment",
Param: "custom/repositoryURL",
Param: "custom/repositoryUrl",
},
},
Scope: []string{"PARAMETERS", "STAGES", "STEPS"},

View File

@ -130,7 +130,7 @@ spec:
- STEPS
resourceRef:
- name: commonPipelineEnvironment
param: custom/repositoryURL
param: custom/repositoryUrl
- name: reportCoverage
type: bool
description: Defines if a coverage report should be created.