Merge remote-tracking branch 'origin/master'

This commit is contained in:
RednedEpic 2019-11-30 13:27:28 -06:00
commit 50d680762d
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -10,6 +10,7 @@ pipeline {
stages {
stage ('Build') {
steps {
sh 'git submodule update --init --recursive'
sh 'mvn clean package'
}
post {
@ -49,4 +50,4 @@ pipeline {
}
}
}
}
}