projects
/
osm
/
NG-SA.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9443ef
)
Fix. Execute the changelog shell script without login
58/15758/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:12:19 +0000
(11:12 +0100)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:12:19 +0000
(11:12 +0100)
Change-Id: I25efa8efc1418d2dbcb7197506114bc4986e5b10
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile.new
patch
|
blob
|
history
diff --git
a/Jenkinsfile.new
b/Jenkinsfile.new
index
0fcc150
..
6d0fd2d
100644
(file)
--- a/
Jenkinsfile.new
+++ b/
Jenkinsfile.new
@@
-125,7
+125,7
@@
pipeline {
sh """
docker run --rm ${common} \
${env.TEST_IMAGE} \
-
/bin/sh -l
c 'devops/tools/generatechangelog-pipeline.sh > /tests/changelog/changelog-${MDG}.html'
+
sh -
c 'devops/tools/generatechangelog-pipeline.sh > /tests/changelog/changelog-${MDG}.html'
"""
}
}
@@
-234,4
+234,4
@@
pipeline {
deleteDir()
}
}
-}
\ No newline at end of file
+}