Try using the deno docker image
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2025-01-23 16:19:15 -05:00
parent d265a98338
commit 9500e3d630

3
Jenkinsfile vendored
View File

@ -15,7 +15,8 @@ pipeline {
stage('deno') {
agent {
docker {
image 'rust:alpine'
image 'deno:alpine'
#image 'rust:alpine'
args '-u root --privileged'
}
}