We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48bc4b commit 50f758aCopy full SHA for 50f758a
1 file changed
Jenkinsfile
@@ -70,7 +70,8 @@ pipeline {
70
sh '''
71
echo "[$PATH]"
72
which tox
73
- flock --exclusive --timeout 900 /tmp/jenkins_conda.lock -c "echo success" 2>&1
+ which flock
74
+ { flock --exclusive --timeout 900 /tmp/jenkins_conda.lock -c "echo success"; } 2>&1
75
echo "got here"
76
'''
77
}
0 commit comments