Delete whats left and build npm
This commit is contained in:
parent
c96dd4f567
commit
8530f3e940
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user