jenkinsfile tools test

This commit is contained in:
yetju000 2019-11-23 10:33:45 +01:00
parent 43a28488a8
commit 018624d240

1
Jenkinsfile vendored
View File

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