Update Jenkinsfile

This commit is contained in:
Sanjeev435 2018-08-19 12:16:53 +05:30 committed by GitHub
parent e5d76df194
commit d41d703578
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
Jenkinsfile vendored
View file

@ -3,17 +3,6 @@
pipeline {
agent none
stages {
stage('Maven Install') {
agent {
docker {
image 'maven:3.5.4-jdk-8-alpine'
args '-u root'
}
}
steps {
sh 'mvn clean install -Dmaven.test.skip=true'
}
}
stage('Docker Build') {
agent any
steps {