refs #2659 Adds jenkins branch for testing
ogagent/pipeline/head This commit looks good Details

pull/61/head
Nicolas Arenas 2025-09-02 16:50:33 +02:00
parent 97a9818e15
commit e4057b4f18
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ pipeline {
script {
sh '''
V=$(grep -E "^## \\[[0-9]+\\.[0-9]+\\.[0-9]+" CHANGELOG.md | head -1 | \
sed 's/^## \[\([^]]*\)\].*/\1/'
cut -d'[' -f2 | cut -d']' -f1)
echo "V=$V" >src/VERSION
echo "Versión extraída: $V"
src/update.py