Open SAPJens opened 2 months ago
Thank you for your contribution! This issue is stale because it has been open 60 days with no activity. In order to keep it open, please remove stale label or add a comment within the next 10 days. If you need a Piper team member to remove the stale label make sure to add @SAP/jenkins-library-team
to your comment.
Setting the jobs parameter for a mtaBuild seems not to work.
config.yml setting:
I expect that the following code is hit: https://github.com/SAP/jenkins-library/blob/a242bca1ae783884ce6c8c8ce2bf69da779590ff/cmd/mtaBuild.go#L215 and the jobs related statements are added to the call string.
However, the verbose log shows the logs below. The call "mbt build" does not contain the job related statements. How can I set the Jobs parameter?