Skip to content

Commit

Permalink
Revert "Print out file perms on build fail (#1913)" (#1915)
Browse files Browse the repository at this point in the history
This reverts #1913
  • Loading branch information
Morgan Davies committed Jun 19, 2020
1 parent 504baee commit 851fe1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipelines/build/common/openjdk_build_pipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ class Build {
} catch (Exception e) {
currentBuild.result = 'FAILURE'
context.println "Execution error: ${e}"
context.sh(script: "echo INFO: Printing file permissions in local directory && ls -la")
}
}
}
Expand Down

0 comments on commit 851fe1b

Please sign in to comment.