This commit is contained in:
yetju000 2019-11-23 10:55:38 +01:00
parent 6eae788a29
commit 094991d0b9
1 changed files with 2 additions and 0 deletions

2
BackEnd/Jenkinsfile vendored
View File

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