Skip to content

Commit cb90f6e

Browse files
committed
escape backslash to avoid groovy freaking out
1 parent f79ed89 commit cb90f6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def initializeEnvironment() {
168168
pip install --upgrade pip
169169
pip install -U setuptools
170170
sed -i -e 's/pyyaml.*/pyyaml/' ${HOME}/ccm/requirements.txt
171-
sed -i -e "s/\(pyYaml\) < [0-9]*\.[0-9]*'/\1'/" setup.py
171+
sed -i -e "s/\\(pyYaml\\) < [0-9]*\\.[0-9]*'/\\1'/" setup.py
172172
pip install ${HOME}/ccm
173173
'''
174174

0 commit comments

Comments
 (0)