Skip to content

Commit

Permalink
#2: cd into WORKSPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jul 25, 2023
1 parent 06797ba commit 65dc8f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,8 @@ pipeline {
// spack install
// '''
sh '''
echo "$PWD"
cd $WORKSPACE
printenv
whoami
export JENKINS_HOME="$WORKSPACE"
mkdir -p "${JENKINS_HOME}"/Trilinos-1
cd "${JENKINS_HOME}"/Trilinos-1
Expand Down

0 comments on commit 65dc8f4

Please sign in to comment.