Skip to content

Commit 8a01614

Browse files
committed
Add a bit of debugging output.
1 parent 925dbcd commit 8a01614

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,14 @@ pipeline {
6868
sh '.jenkins/scripts/setup_agent.sh'
6969
echo "Create a shared Python 3.12 env & build+install DRAGONS"
7070
sh '''
71+
echo "[$PATH]"
72+
which tox
7173
flock --exclusive --timeout 900 /tmp/jenkins_conda.lock -c \
7274
"tox -e py312-noop,codecov \
7375
--workdir \\"${SHARED_TOX_DIR}\\" -v -r --notest \
7476
&& \\"${SHARED_TOX_DIR}/test_env/bin/python\\" \
7577
-m pip install . --no-deps --ignore-installed \
76-
--no-cache-dir -v"
78+
--no-cache-dir -v 2>&1"
7779
'''
7880
}
7981
post {

0 commit comments

Comments
 (0)