Fix. Execute the changelog shell script without login 59/15759/1 master
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:12:55 +0000 (11:12 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:12:55 +0000 (11:12 +0100)
Change-Id: I43b622a431ff8c70c62a0a2b344ae6f79443448c
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile.new

index d2541cb..eb9fe4f 100644 (file)
@@ -123,7 +123,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'
             """
           }
         }
@@ -232,4 +232,4 @@ pipeline {
       deleteDir()
     }
   }
-}
\ No newline at end of file
+}