Skip to content

Commit

Permalink
Adding TC Docker Override
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jan 12, 2024
1 parent 5e5cbe7 commit be74b38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ 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 be74b38

Please sign in to comment.