Fix. Execute the changelog shell script without login 54/15754/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:08:47 +0000 (11:08 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:08:47 +0000 (11:08 +0100)
Change-Id: Iefb91fe5e9b2ec64d72d4735201f6ebeb38ccc29
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile.new

index 9165023..9e37271 100644 (file)
@@ -121,7 +121,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'
             """
           }
         }