jenkins change
This commit is contained in:
parent
202333c8cd
commit
f2ad95de03
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -12,7 +12,7 @@ podTemplate(label: label, inheritFrom: 'base', , containers: [
|
|||||||
stage('Install Dependencies') {
|
stage('Install Dependencies') {
|
||||||
container('base') {
|
container('base') {
|
||||||
sh "npm install"
|
sh "npm install"
|
||||||
sh "npm install -g typescript"
|
sh "npm install typescript"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Build the Project') {
|
stage('Build the Project') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user