From 78bcb9e0bce89b5ad5a7e6a57cfec6358b6435d9 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Sat, 14 Feb 2026 11:09:31 +0100 Subject: [PATCH] Fix. Execute the changelog shell script without login Change-Id: Ic7873e4765f30da77cb60acf44db3789e7970f87 Signed-off-by: garciadeblas --- Jenkinsfile.new | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile.new b/Jenkinsfile.new index 19f21d62..4ad53354 100644 --- a/Jenkinsfile.new +++ b/Jenkinsfile.new @@ -127,7 +127,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' """ } } -- 2.25.1