Attempt to test tsx
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
This commit is contained in:
parent
269322e5b2
commit
b01212b76e
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -26,17 +26,10 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('tsx') {
|
stage('tsx') {
|
||||||
agent {
|
agent any
|
||||||
docker {
|
|
||||||
image 'node:alpine'
|
|
||||||
args '-u root --privileged -e NPM_CONFIG_LOGLEVEL=info'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
steps {
|
steps {
|
||||||
sh 'apk add --no-cache gcompat'
|
|
||||||
sh 'apk add just'
|
|
||||||
sh 'npm install'
|
sh 'npm install'
|
||||||
sh 'just tsx-test'
|
sh 'npm run tsx-test'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user