Update Jenkinsfile

This commit is contained in:
Tan Yong Heng 2017-07-22 21:39:22 +08:00 committed by GitHub
parent 94b71227a1
commit e68242f6fb

6
Jenkinsfile vendored
View file

@ -1,13 +1,9 @@
pipeline {
agent { docker 'maven:3.3.3' }
stages {
stage('pre-build') {
steps {
sh 'mvn --version'
}
}
stage('build') {
steps {
sh 'mvn --version'
sh 'mvn compile'
}
}