Changeset 19608


Ignore:
Timestamp:
09/30/15 14:22:11 (10 years ago)
Author:
glperez
Message:

CHG: Testing Jenkins on Windows.

Location:
issm/trunk-jpl/jenkins
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r19606 r19608  
    223223        echo "Waiting for matlab on windows"
    224224        pid=$(ps aux -W | grep MATLAB | awk '{printf("%s\n","MATLAB");}')
     225        echo '-----------------------------'
     226        echo "PID: $PID"
     227        echo '-----------------------------'
    225228        while [ -n "$pid" ]
    226229        do
  • issm/trunk-jpl/jenkins/windows

    r19599 r19608  
    6161# - "yes" compile ISSM
    6262# - "no"  do not compile ISSM
    63 ISSM_COMPILATION="yes"
     63ISSM_COMPILATION="no"
    6464
    6565#------------------------#
Note: See TracChangeset for help on using the changeset viewer.