MikeB
Contributor
Member since ‎08-02-2012

User Statistics

  • 408 Posts
  • 18 Solutions
  • 69 Kudos given
  • 69 Kudos received

User Activity

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 Pipe...
I have a Node.js app running on SAP BTP. When I run it locally in my IDE, I can easily read the logs in console, but when I run the app in SAP BAS or deploy to SAP BTP, I can't figure out how to get the logs. In the SAP BTP Cokpit's HTML5 Applicati...
I would like to debug a backend-side (Node.js) running on SAP BTP using SAP BAS. I've tried to follow Set Up Remote Debugging to Diagnose CAP Applications (Node.js Stack) at Runtime Running on SAP BTP, Cloud Foundry Environment, but I am stuck at t...
In SE80 I've defined a Default Authorization Value via DAV → Create → Provide a Name. Now, when I double click on this value I get "Default Authorization Values XXX does not exist", at the same time I can't remove it, I always get "Default Authorizat...
I'm preparing a relatively big release with about 35 urgent changes. Unfortunately, there is no clear dependency matrix which urgent change should be released first, therefore I'm worrying about a case when I will overwrite one urgent change, conta...