cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi All,

I am facing below error while Release step as part of CICD, I am executing a basic CAP project with CICD.

hudson.AbortException: [cloudFoundryDeploy] Step execution failed (category: undefined). Error: running command 'cf' failed: cmd.Run() failed: exit status 1
0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Joy_Ragavie
Explorer
0 Likes

Hi Rajesh,

 

Were you able to resolve the issue? 

I am also getting the same error.

 

Regards,

Ragavie

ahmedjilani0011
Explorer
Yes , I am also getting this error
ahmedjilani0011
Explorer
0 Likes

first go to terminal > cf login

email : <email>

pass:<pass>

select subaccount 

----------------------------------------------------------

2)   second command >> git add .

git commit -m "cf login error solve"

git push origin main

-------------------end----------------------