Closed T1mey closed 4 years ago
In which environment is your pipeline running? Kubernetes? Which image are you using for the Kubernetes agent?
https://github.wdf.sap.corp/MA/cloud-s4-sdk-pipeline/blob/master/configuration.md#jenkinskubernetes
Hello,
yes we're running on kubernetes and using the image ppiper/jenkins-agent-k8s:v6
Thanks for the input. Unfortunately, curl is missing in the respective Docker image. I've created a pull request to fix that: https://github.com/SAP/devops-docker-cx-server/pull/61/files
@daniel-kurzynski in General purpose pipeline this step ist working... Should be OK If only s4 pipeline invokes the curl.
I think they both invoke curl, but in the cloud sdk pipeline we spawn a new pod per stage. It might be that the tms step is executed on master in case of the tms upload.
For the cloud sdk you could try with ppiper/jenkins-agent-k8s:latest
and give feedback.
Issue Description (Mandatory)
We have configured a tmsUpload by specifying it in config.yml
The pipeline is failing in the stage: productionDeployment / tmsUpload
Log Output (Mandatory)