From: garciadeblas Date: Sat, 14 Feb 2026 10:08:23 +0000 (+0100) Subject: Fix. Execute the changelog shell script without login X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=0b55720218923873f125c787a53dbcc9b0086af1;p=osm%2Fosmclient.git Fix. Execute the changelog shell script without login Change-Id: I893da0c613a78f0e22b8fa65f02285f6274c4b69 Signed-off-by: garciadeblas --- diff --git a/Jenkinsfile.new b/Jenkinsfile.new index 86735f3b..29406fab 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' """ } }