shot in the dark pt. 2
This commit is contained in:
parent
9a38d5f0a8
commit
eccba2876e
2
Jenkinsfile
vendored
2
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 "./node_modules/tsc/bin/tsc"
|
sh "npx tsc"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Run unit tests') {
|
stage('Run unit tests') {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user