From: garciadeblas Date: Sat, 14 Feb 2026 10:09:31 +0000 (+0100) Subject: Fix. Execute the changelog shell script without login X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=78bcb9e0bce89b5ad5a7e6a57cfec6358b6435d9;p=osm%2FNBI.git Fix. Execute the changelog shell script without login Change-Id: Ic7873e4765f30da77cb60acf44db3789e7970f87 Signed-off-by: garciadeblas --- diff --git a/Jenkinsfile.new b/Jenkinsfile.new index 19f21d62..4ad53354 100644 --- a/Jenkinsfile.new +++ b/Jenkinsfile.new @@ -127,7 +127,7 @@ pipeline { sh """ docker run --rm ${common} \ ${env.TEST_IMAGE} \ - /bin/sh -lc 'devops/tools/generatechangelog-pipeline.sh > /tests/changelog/changelog-${MDG}.html' + sh -c 'devops/tools/generatechangelog-pipeline.sh > /tests/changelog/changelog-${MDG}.html' """ } }