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:20:03 -05:00
parent 9500e3d630
commit f48ae76320

1
Jenkinsfile vendored
View File

@ -16,7 +16,6 @@ pipeline {
agent { agent {
docker { docker {
image 'deno:alpine' image 'deno:alpine'
#image 'rust:alpine'
args '-u root --privileged' args '-u root --privileged'
} }
} }