Questions tagged [sap-project-piper]

7 questions
1
vote
1 answer

SAP Jenkins on Kubernetes

got some questions running SAP Project Piper on Kubernetes. We did the setup like described in https://sap.github.io/jenkins-library/guidedtour/ I assumed that a build will run "out-of-the-box"... but it isn't. Invoking a mtaBuild results in a…
0
votes
0 answers

How to resolve issue for updated docker image ppiper/cf-cli in SAP piperpipeline

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…
varsha
  • 11
  • 2
0
votes
1 answer

How to use nexusupload to upload artifact if using SAP piperpipeline

We are using SAP piperpipeline. At the root level, application source code folder and mta.yaml file is present. The pom.xml file is available under application folder. I am trying to upload the .jar file generated in "Build" stage to nexus. The…
varsha
  • 11
  • 2
0
votes
0 answers

Permission error when building with Jenkins using buildpacks with piper

I used document and configuration from: https://buildpacks.io/docs/tools/piper/ I have added Jenkins to docker group - which was the first error I encountered: info cnbBuild - build settings information successfully created with…
anp471
  • 1
0
votes
1 answer

How to pass arguments / parameters to the npm-script using npmExecuteScripts?

I'm trying to run the npm-script from the Jenkins pipeline via the SAP Project Piper's npmExecuteScripts: npmExecuteScripts: runScripts: ["testScript"] That works! Now, I want to pass some arguments to my script. According to the Project Piper…
Mike
  • 14,010
  • 29
  • 101
  • 161
0
votes
1 answer

Automated Testing with Project Piper

We are currently in the process of setting up a CI/CD pipeline for our SCP CF environment based on Project Piper. After a lot of trial & error, we have made significant process, however we are still not able to run our karma tests. We understood…
-3
votes
2 answers

Jenkins neo.sh not found error while using SAP Project Piper Library

I am setting up a CI/CD pipeline scenario for SCP NEO environment based on the prebuilt pipeline on Project Piper. I tried to execute a pre-built library called Project Piper for Jenkins and I got the following error. The error seems neo.sh is not…