Skip to content

Commit

Permalink
Add in workspace debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Sep 14, 2016
1 parent 25030b8 commit 663c194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ node('packer') {

stage 'Appliance build'
echo "My Branch is: ${env.BRANCH_NAME}"
echo "My Workspace is: ${WORKSPACE}"
echo "My Workspace is: ${env.WORKSPACE}"

BRANCH_TEST = "${env.BRANCH_NAME}"

Expand Down

0 comments on commit 663c194

Please sign in to comment.