From 141f19ef6d4f675a15e7a9358a24d2f5c7145db3 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Mon, 16 Feb 2026 11:22:42 +0100 Subject: [PATCH] Fix. Execute the changelog shell script without login Change-Id: Ib8c146620a987154bc041855e5cb278a26243bcf Signed-off-by: garciadeblas --- Jenkinsfile.new | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile.new b/Jenkinsfile.new index 465ab15..48293b2 100644 --- a/Jenkinsfile.new +++ b/Jenkinsfile.new @@ -106,7 +106,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' """ } } @@ -120,4 +120,4 @@ pipeline { deleteDir() } } -} \ No newline at end of file +} -- 2.25.1