Skip to content

Commit

Permalink
feat: remove build agent in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Apurva14A authored Nov 21, 2023
1 parent 66cce52 commit 14b92a2
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 'abhishekf5/maven-abhishek-docker-agent:v1'
args '--user root -v /var/run/docker.sock:/var/run/docker.sock'
}
}
agent any

options {
buildDiscarder(logRotator(numToKeepStr: '5'))
Expand Down

0 comments on commit 14b92a2

Please sign in to comment.