Skip to content

Commit

Permalink
Syntax adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mason Packard committed Aug 12, 2016
1 parent 44e08dd commit b66f091
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 @@ -27,7 +27,7 @@ node {
echo "Building ${maintainer}:${tag} for ${maintainer}"
}

sh 'bin/build.sh &> debug'
sh 'bin/build.sh > debug'
} catch(error) {
def error_details = readFile('./debug');
def message = "BUILD ERROR: There was a problem building the Base Image. \n\n ${error_details}"
Expand Down

0 comments on commit b66f091

Please sign in to comment.