Skip to content

Commit

Permalink
purge redundant stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mramanathan committed Apr 5, 2018
1 parent 77d8613 commit fcff93c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions declarative-examples/simple-examples/dockercontainerPort.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ pipeline {
}

stages {
stage('prep') {
steps {
script {
env.GIT_HASH = sh(
script: "git show --oneline | head -1 | cut -d' ' -f1",
returnStdout: true
).trim()
}
}
}
stage('build') {
steps {
script {
Expand Down

0 comments on commit fcff93c

Please sign in to comment.