Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
vikash-galaxyweblinks committed Sep 2, 2023
1 parent 28b9643 commit 9012116
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
pipeline {

agent { dockerfile true }
agent {
dockerfile {
dir '.'
filename 'Dockerfile'
label 'docker-java'
}
}

tools {
maven 'maven3'
}
Expand Down

0 comments on commit 9012116

Please sign in to comment.