Skip to content

Commit

Permalink
Remove docker host env var
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jan 12, 2024
1 parent ff094a6 commit 05f2721
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ pipeline {

triggers { pollSCM 'H/2 * * * *' } // poll every 2 mins

environment {
DOCKER_HOST = 'tcp://docker:2376'
}

stages {
stage('Build') {
steps {
Expand Down

0 comments on commit 05f2721

Please sign in to comment.