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 925dbcd commit 8a01614Copy full SHA for 8a01614
1 file changed
Jenkinsfile
@@ -68,12 +68,14 @@ pipeline {
68
sh '.jenkins/scripts/setup_agent.sh'
69
echo "Create a shared Python 3.12 env & build+install DRAGONS"
70
sh '''
71
+ echo "[$PATH]"
72
+ which tox
73
flock --exclusive --timeout 900 /tmp/jenkins_conda.lock -c \
74
"tox -e py312-noop,codecov \
75
--workdir \\"${SHARED_TOX_DIR}\\" -v -r --notest \
76
&& \\"${SHARED_TOX_DIR}/test_env/bin/python\\" \
77
-m pip install . --no-deps --ignore-installed \
- --no-cache-dir -v"
78
+ --no-cache-dir -v 2>&1"
79
'''
80
}
81
post {
0 commit comments