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