Unverified Commit ef4a6ce5 authored by Christopher Ryan Combs Jr's avatar Christopher Ryan Combs Jr Committed by GitHub
Browse files

add debug statements

parent 3b81a7c0
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -39,7 +39,10 @@ pipeline {
        stage('Test'){
            steps {
                sh """
                    export PATH="${PATH}:${ISISROOT}/bin:/opt/conda/envs/isis/bin"
                    echo $PATH
                    export PATH="${PATH}:${ISISROOT}/bin"
                    echo $PATH
                    export PATH="${PATH}:/opt/conda/envs/isis/bin"
                    echo $PATH
                    set +e
                    cd build