Skip to content

Commit

Permalink
maybe root is not the answer
Browse files Browse the repository at this point in the history
  • Loading branch information
egossaye committed Mar 29, 2018
1 parent 9142c12 commit 62d1d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent {
docker {
image 'maven:3-alpine'
args '-v /root/.m2:/root/.m2 -p 3030:3030 -u root:root'
args '-v /root/.m2:/root/.m2 -p 3030:3030'
}
}
stages {
Expand Down

0 comments on commit 62d1d87

Please sign in to comment.