From: garciadeblas Date: Sat, 14 Feb 2026 10:12:55 +0000 (+0100) Subject: Fix. Execute the changelog shell script without login X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=osm%2FRO.git Fix. Execute the changelog shell script without login Change-Id: I43b622a431ff8c70c62a0a2b344ae6f79443448c Signed-off-by: garciadeblas --- diff --git a/Jenkinsfile.new b/Jenkinsfile.new index d2541cb4..eb9fe4ff 100644 --- a/Jenkinsfile.new +++ b/Jenkinsfile.new @@ -123,7 +123,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' """ } } @@ -232,4 +232,4 @@ pipeline { deleteDir() } } -} \ No newline at end of file +}