Skip to content

Commit fcff93c

Browse files
committed
purge redundant stage
1 parent 77d8613 commit fcff93c

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

declarative-examples/simple-examples/dockercontainerPort.groovy

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@ pipeline {
1010
}
1111

1212
stages {
13-
stage('prep') {
14-
steps {
15-
script {
16-
env.GIT_HASH = sh(
17-
script: "git show --oneline | head -1 | cut -d' ' -f1",
18-
returnStdout: true
19-
).trim()
20-
}
21-
}
22-
}
2313
stage('build') {
2414
steps {
2515
script {

0 commit comments

Comments
 (0)