summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-06-04 20:17:53 +0200
committerChristian Poessinger <christian@poessinger.com>2020-06-04 20:17:53 +0200
commit72220ba6e64805cf11e1239a227fb30b7a207b87 (patch)
tree164803e50da1ac7e74411156a6b3486a079d0944
parent707ff78dac5da9359386e60330964cefb2013642 (diff)
downloadvyos-build-72220ba6e64805cf11e1239a227fb30b7a207b87.tar.gz
vyos-build-72220ba6e64805cf11e1239a227fb30b7a207b87.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 50e99de2..4f72c7bc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -175,7 +175,7 @@ pipeline {
--build-by autobuild@vyos.net \
--debian-mirror http://ftp.us.debian.org/debian/ \
--build-type release \
- --version 1.3-rolling-$(date +%Y%m%d%H%M)
+ --version 1.3-rolling-\$(date +%Y%m%d%H%M)
sudo make iso
"""
}