Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
deepak7376 authored Jun 3, 2024
1 parent 48c3447 commit a905b60
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
pipeline {
agent {
docker {
image 'python:3.8-slim'
args '-v /var/run/docker.sock:/var/run/docker.sock -v /usr/bin/docker:/usr/bin/docker'
}
}
agent any

environment {
DOCKER_IMAGE = "robustbase_img"
Expand Down

0 comments on commit a905b60

Please sign in to comment.