cancel
Showing results for 
Search instead for 
Did you mean: 

SAP JENKINS CI/CD PIPER Problem

woongkipark
Participant
0 Kudos

I am configuring a deployment pipeline using JENKINS PIPER in SAP KYMA to CF.

I used the ppiper/jenkins-master image to configure the POD, and I even set ON_K8S to TRUE for the Jenkins global variable, but it is still not work with the message "hudson.AbortException: No Kubernetes cloud was found." What's the problem?

gabbi
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Park,

Could you please confirm if you have configured the Kubeconfig?

https://www.project-piper.io/steps/kubernetesDeploy/#kubeconfig

BR

Gaurav

woongkipark
Participant
0 Kudos

I solved the problem. Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

woongkipark
Participant
0 Kudos

I was completely mistaken.

I thought the build and related tools would be installed on the piper master, a docker hub image provided by sap.
However, as a result of accessing the docker image of the pod directly, I found that mta, cf, etc. were not installed at all.
Additional tools were added to the dockerfile, and the deployment was successful as a result of solving various problems.
Thank you, everyone.

Answers (0)