cancel
Showing results for 
Search instead for 
Did you mean: 

Unexpected error during mta build in Pull-Request-Voting Stage

alberto_colonna
Participant

Dear colleagues,

I setup a pipeline with piper3 templates. In the Pull Request Voting Stage I currently have the following error.
During the mta build I get an unexpected error.

Here is a code snippet of the config.yml
stages:

  'Pull-Request Voting':
dockerCommand: 'java -jar /usr/lib/mta-cli/mta-cli.jar --build-target CF build'dockerImage: 'docker.wdf.sap.corp:50000/piper/mta'dockerWorkspace: '/home/piper'executeSonarScan: false
failOnError: true
junit:
pattern: '**/target/**/TEST-*.xml'updateResults: true
archive: true
active: true

And here the pipeline log:
[INFO][dockerExecute] Executing inside a Kubernetes Pod

[Pipeline] sh
+ java -jar /usr/lib/mta-cli/mta-cli.jar --build-target CF build
SAP Multitarget Application Archive Builder 1.1.9
ERROR: An unexpected error has occurred; please tell us about it in our Community page: " https://answers.sap.com/tags/73554900100700001351"
[Pipeline] sh

Accepted Solutions (0)

Answers (1)

Answers (1)

natalia_katunin
Participant

Hi,

You are using a very old version of the MTA Archive builder. The latest available version is 1.1.20. You can download it from here: https://tools.hana.ondemand.com/#cloud. Please switch to the newer version.

Regards

Natalia