From: garciadeblas Date: Sat, 14 Feb 2026 10:10:38 +0000 (+0100) Subject: Fix. Execute the changelog shell script without login X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F15756%2F1;p=osm%2Ftests.git Fix. Execute the changelog shell script without login Change-Id: I483d57834a1236463037bb61f8a26c653da64bb4 Signed-off-by: garciadeblas --- diff --git a/Jenkinsfile.new b/Jenkinsfile.new index 5a4e8dc5..9e152666 100644 --- a/Jenkinsfile.new +++ b/Jenkinsfile.new @@ -125,6 +125,7 @@ pipeline { sh """ docker run --rm ${common} \ ${env.TEST_IMAGE} \ + sh -c 'devops/tools/generatechangelog-pipeline.sh > /tests/changelog/changelog-${MDG}.html' /bin/sh -lc 'devops/tools/generatechangelog-pipeline.sh > /tests/changelog/changelog-${MDG}.html' """ }