Changeset 27613 for issm/trunk-jpl/jenkins/jenkins.sh
- Timestamp:
- 02/24/23 11:18:29 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r27603 r27613 497 497 498 498 # Check that Python did not exit in error 499 pythonExitedInError=`grep -c -E "Error| Permission denied|Standard exception|Traceback|bad interpreter|syntax error" python_log.log`499 pythonExitedInError=`grep -c -E "Error|No such file or directory|Permission denied|Standard exception|Traceback|bad interpreter|syntax error" python_log.log` 500 500 501 501 if [ $pythonExitedInError -ne 0 ]; then
Note:
See TracChangeset
for help on using the changeset viewer.