mirror of
https://github.com/SAP/jenkins-library.git
synced 2026-06-19 22:58:55 +02:00
Merge pull request #382 from marcusholl/pr/logMtaBuildCall
Log mta call which get executed.
This commit is contained in:
@@ -77,6 +77,8 @@ void call(Map parameters = [:]) {
|
||||
if (configuration.extension) mtaCall += " --extension=$configuration.extension"
|
||||
mtaCall += ' build'
|
||||
|
||||
echo "[INFO] Executing mta build call: '${mtaCall}'."
|
||||
|
||||
sh """#!/bin/bash
|
||||
export PATH=./node_modules/.bin:${PATH}
|
||||
$mtaCall
|
||||
|
||||
Reference in New Issue
Block a user