jenkinsfile tools test

This commit is contained in:
yetju000 2019-11-23 10:47:37 +01:00
parent e49195b8f0
commit 6eae788a29
1 changed files with 1 additions and 0 deletions

1
BackEnd/Jenkinsfile vendored
View File

@ -17,6 +17,7 @@ pipeline {
stage('Build') {
steps {
echo 'Building..'
sh 'cd /srv/jenkins/workspace/2019Z/s416178-Punktonerzy/BackEnd'
sh 'mvn install'
}
}