Skip to content

Commit 870cb27

Browse files
committed
Diagnosing silent failure.
1 parent 8a01614 commit 870cb27

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Jenkinsfile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ pipeline {
7171
echo "[$PATH]"
7272
which tox
7373
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 \
78-
--no-cache-dir -v 2>&1"
74+
"echo \\"success\\""
75+
// "tox -e py312-noop,codecov \
76+
// --workdir \\"${SHARED_TOX_DIR}\\" -v -r --notest \
77+
// && \\"${SHARED_TOX_DIR}/test_env/bin/python\\" \
78+
// -m pip install . --no-deps --ignore-installed \
79+
// --no-cache-dir -v 2>&1"
7980
'''
8081
}
8182
post {

0 commit comments

Comments
 (0)