Skip to content

Commit

Permalink
Updated Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jan 12, 2024
1 parent be74b38 commit 68df388
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 {
TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE="/var/run/docker.sock"
}

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

0 comments on commit 68df388

Please sign in to comment.