projects
/
osm
/
tests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28e7dcd
)
Fix. Execute the changelog shell script without login
56/15756/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Sat, 14 Feb 2026 10:10:38 +0000
(11:10 +0100)
committer
garciadeblas
<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
patch
|
blob
|
history
diff --git
a/Jenkinsfile.new
b/Jenkinsfile.new
index
5a4e8dc
..
9e15266
100644
(file)
--- a/
Jenkinsfile.new
+++ b/
Jenkinsfile.new
@@
-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'
"""
}