Skip to content

Commit

Permalink
code snippet trimmed to just bare minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
mramanathan committed Apr 9, 2018
1 parent a076ca4 commit 704057f
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions declarative-examples/simple-examples/dockercontainerPort.groovy
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
pipeline {
agent any

options {
timestamps()
}

environment {
IMAGE = "custom-tutum"
}

agent 'node-where-docker-commands-can-be-run'

stages {
stage('build') {
steps {
Expand Down Expand Up @@ -42,9 +39,4 @@ pipeline {
}
}
}
post {
always {
cleanWs()
}
}
}

0 comments on commit 704057f

Please sign in to comment.