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

index 5a4e8dc..9e15266 100644 (file)
@@ -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'
             """
           }