From: caviedesj Date: Mon, 16 Feb 2026 09:24:13 +0000 (+0100) Subject: Fix. Execute the changelog shell script without login X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=5605396908c2a11997b83a90d0b5e632db5c43fc;p=osm%2FIM.git Fix. Execute the changelog shell script without login Change-Id: Ic073c60ef9b0e41a7b2cd4d3d02a547434a1ee1c Signed-off-by: caviedesj --- diff --git a/Jenkinsfile.new b/Jenkinsfile.new index b5903a7..67930d0 100644 --- a/Jenkinsfile.new +++ b/Jenkinsfile.new @@ -104,7 +104,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' """ } }