summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-03-29 12:49:50 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-03-29 12:49:50 +0200
commit5f721156f344e0b6a7c062e7d4f1b1fe8fb56d26 (patch)
tree3475cdc9c9cbd306209c111bb7d668829343507e
parent568492d87777067b77320d84d44ebe7825d78b87 (diff)
downloadseabios-5f721156f344e0b6a7c062e7d4f1b1fe8fb56d26.tar.gz
jenkinsfile update
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 9e554bf..f4b9f61 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,7 +28,7 @@ def RPMBuild() {
mv source/$tarball .
# figure version
- commit="$(cd source; git describe --long --match 'rel-*')"
+ commit="$(cd source; git describe --tags --long --match 'rel-*')"
ghash="${commit##*-}"
commit="${commit%-*}"
gcnt="${commit##*-}"