shot in the dark to fix tsc
failure during CI
This commit is contained in:
parent
f2ad95de03
commit
9a38d5f0a8
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -17,7 +17,7 @@ podTemplate(label: label, inheritFrom: 'base', , containers: [
|
|||||||
}
|
}
|
||||||
stage('Build the Project') {
|
stage('Build the Project') {
|
||||||
container('base') {
|
container('base') {
|
||||||
sh "tsc"
|
sh "./node_modules/tsc/bin/tsc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Run unit tests') {
|
stage('Run unit tests') {
|
||||||
@ -44,4 +44,4 @@ podTemplate(label: label, inheritFrom: 'base', , containers: [
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user