We are using SAP piperpipeline. In the 'release stage', the latest docker image "ppiper/cf-cli" will be pulled.
The image ppiper/cf-cli is updated in last week. When we are triggering the jenkins pipeline, we are facing the below error:
cloudFoundryDeploy - runtime/cgo: pthread_create failed: Operation not permitted
cloudFoundryDeploy - SIGABRT: abort
and the result is Pipeline build is failing.
We switched to previous release of image ppiper/cf-cli:v14 and with this, build is successful.
how to trigger the pipeline using latest docker image ppiper/cf-cli?
The docker image "ppiper/jenkins-master" is updated a year ago.