jenkinsfile tools test

This commit is contained in:
yetju000 2019-11-23 10:45:53 +01:00
parent ad1e116f5f
commit e49195b8f0
1 changed files with 1 additions and 1 deletions

2
BackEnd/Jenkinsfile vendored
View File

@ -17,7 +17,7 @@ pipeline {
stage('Build') {
steps {
echo 'Building..'
sh 'mvn clean install'
sh 'mvn install'
}
}
stage('Test') {