pull/61/head
parent
97a9818e15
commit
e4057b4f18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue