SES-81 Rozdzielenie back of front #23

Merged
s426134 merged 6 commits from SES-81 into master 2020-12-11 20:16:13 +01:00
Showing only changes of commit 8530f3e940 - Show all commits

10
Jenkinsfile vendored
View File

@ -13,14 +13,20 @@ pipeline {
dir('SessionCompanion') {
sh "echo $USER"
withEnv(["HOME=${env.WORKSPACE}"]){
dir ('SessionCompanion/ClientApp') {
sh 'npm install'
}
sh 'dotnet build'
}
}
}
}
}
stage('Clarify') {
stage('Clear') {
steps {
sh "echo Dziala"
withEnv(["HOME=${env.WORKSPACE}"]){
sh 'rm -rf .local'
}
}
}
}