summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-06-04 20:18:48 +0200
committerChristian Poessinger <christian@poessinger.com>2020-06-04 20:18:48 +0200
commitd491bff97ab061da4f7b77b8d458726868687342 (patch)
tree5dc52aba096306ddf11805a9a66b921f0c2142b1
parenta047a692c6518b542911c7553c0e6689be5b204e (diff)
downloadvyos-build-d491bff97ab061da4f7b77b8d458726868687342.tar.gz
vyos-build-d491bff97ab061da4f7b77b8d458726868687342.zip
Jenkins: fix illegal string body character after dollar sign
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 3de61f78..e054cf1a 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -118,7 +118,7 @@ pipeline {
--build-by autobuild@vyos.net \
--debian-mirror http://ftp.us.debian.org/debian/ \
--build-type release \
- --version 1.2-crux-$(date +%Y%m%d%H%M)
+ --version 1.2-crux-\$(date +%Y%m%d%H%M)
sudo make iso
"""
}