diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-19 18:13:35 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-07-19 18:13:35 +0200 |
commit | 1317bd5d18af4be4259fcc0eafe98cc870a379df (patch) | |
tree | 81466b32b40345ef407823cea9b298949eb12dc2 /Jenkinsfile | |
parent | 7ade435e8d78cdcbf41136cf4863a846ef100dae (diff) | |
download | qboot-docker.tar.gz |
add EOL notice for realdocker
Diffstat (limited to 'Jenkinsfile')
-rw-r--r-- | Jenkinsfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile index 324c5a9..6bf2ae5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ def RPMBuild() { # gcnt="${commit##*-}" # commit="${commit%-*}" # version="${commit#v}" - ghash="g$(cd source; git show --format='format:%h' | head -1)" + ghash="g$(cd source; git show --format='format:%h' | head -1).EOL.no.nore.updates" gcnt="$(git show --format='format:%ai' | head -1 | sed -e 's/ .*//' -e 's/-//g')" version="0" |