Skip to content

Commit 085512d

Browse files
author
Johnny Truong
committed
removed docker
1 parent 5f04f89 commit 085512d

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

jenkins/Jenkinsfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
pipeline {
2-
agent {
3-
docker {
4-
image 'maven:3-alpine'
5-
args '-v /root/.m2:/root/.m2'
6-
}
7-
}
2+
agent any
83
stages {
94
stage('Build') {
105
steps {

0 commit comments

Comments
 (0)