From c8159180be8a7a784f37608ff5a8104eb0f01b2a Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Sat, 14 Feb 2026 11:10:38 +0100 Subject: [PATCH] Fix. Execute the changelog shell script without login Change-Id: I483d57834a1236463037bb61f8a26c653da64bb4 Signed-off-by: garciadeblas --- Jenkinsfile.new | 1 + 1 file changed, 1 insertion(+) 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' """ } -- 2.25.1