Skip to content
Snippets Groups Projects
Commit adc546c0 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

fixed a missing $ escape

parent 20e2af32
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ def transformIntoStep(String buildName) {
fi
echo "export DOOCSARCH=\${DOOCSARCH}" > /export/doocs/doocsarch.env
sudo -u msk_jenkins git clone http://doocs-git.desy.de/cgit/doocs/\${DOOCSARCH}.git
cd ${DOOCSARCH}
cd \${DOOCSARCH}
sed -i CONFIG -e 's|^EPICS[[:space:]]*=.*\$|EPICS = '/export/epics'|'
"""
sh """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment