SES-81 Rozdzielenie back of front #23
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -14,6 +14,7 @@ pipeline {
|
|||||||
sh "echo $USER"
|
sh "echo $USER"
|
||||||
withEnv(["HOME=${env.WORKSPACE}"]){
|
withEnv(["HOME=${env.WORKSPACE}"]){
|
||||||
dir ('SessionCompanion/ClientApp') {
|
dir ('SessionCompanion/ClientApp') {
|
||||||
|
sh 'npm cache clean --force'
|
||||||
sh 'npm install'
|
sh 'npm install'
|
||||||
}
|
}
|
||||||
sh 'dotnet build'
|
sh 'dotnet build'
|
||||||
|
Loading…
Reference in New Issue
Block a user