You've already forked sap-jenkins-library
mirror of
https://github.com/SAP/jenkins-library.git
synced 2025-09-16 09:26:22 +02:00
adjustments
This commit is contained in:
@@ -199,7 +199,8 @@ import (
|
||||
func main() {
|
||||
err := cmd.{{.CobraCmdFuncName}}().Execute()
|
||||
if err != nil {
|
||||
return
|
||||
fmt.Println(err)
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
`
|
||||
@@ -617,6 +618,9 @@ func getOutputResourceDetails(stepData *config.StepData) ([]map[string]string, e
|
||||
currentResource["objectname"] = influxResource.StructName()
|
||||
outputResources = append(outputResources, currentResource)
|
||||
case "reports":
|
||||
|
||||
continue // POC: disable reports output for now
|
||||
|
||||
var reportsResource ReportsResource
|
||||
reportsResource.Name = res.Name
|
||||
reportsResource.StepName = stepData.Metadata.Name
|
||||
|
@@ -65,6 +65,7 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
func openMetaFile(name string) (io.ReadCloser, error) {
|
||||
return os.Open(name)
|
||||
}
|
||||
|
Reference in New Issue
Block a user