Changeset 19608
- Timestamp:
- 09/30/15 14:22:11 (10 years ago)
- Location:
- issm/trunk-jpl/jenkins
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r19606 r19608 223 223 echo "Waiting for matlab on windows" 224 224 pid=$(ps aux -W | grep MATLAB | awk '{printf("%s\n","MATLAB");}') 225 echo '-----------------------------' 226 echo "PID: $PID" 227 echo '-----------------------------' 225 228 while [ -n "$pid" ] 226 229 do -
issm/trunk-jpl/jenkins/windows
r19599 r19608 61 61 # - "yes" compile ISSM 62 62 # - "no" do not compile ISSM 63 ISSM_COMPILATION=" yes"63 ISSM_COMPILATION="no" 64 64 65 65 #------------------------#
Note:
See TracChangeset
for help on using the changeset viewer.