You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cfServiceKeyName is a mandatory parameter which is missing in .pipeline/config.yml. It needs to be set to sap_com_0510 to point to the service key that is described in the prerequisites.
The step abapEnvironmentPullGitRepo failed with this error: "Step execution failed (category: undefined). Error: Checking configuration failed: You have not specified any repository configuration to be pulled into the ABAP Environment System. Please make sure that you specified the repositories that should be pulled either in a dedicated file or via the parameter 'repositoryNames'.". After defining repositoryName it worked for me. Maybe an issue in [Project Piper](https://github.com/SAP/jenkins-library).
For the steps abapEnvironmentRunATCCheck and abapEnvironmentRunAUnitTest the service keys for the Communication Scenario SAP_COM_0901 and SAP_COM_0735 is missing. This needs to be added as additional prerequisites. In .pipeline/config.yml you can see my sample configuration.
would you be able to provide some logs showing the issues?
The expected behavior is that the default values from here are taken. In this default file, all cfServiceKeyNames are specified and should therefore not be required in the config.yml file.
Hello,
I'm following the example Running ATC checks & AUnit tests on a static ABAP Environment system but did run into several issues when running it:
sap_com_0510
to point to the service key that is described in the prerequisites.The text was updated successfully, but these errors were encountered: