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