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:25:35 -05:00
parent a209dce6ad
commit 804544a0de

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
stage('deno') { stage('deno') {
agent { agent {
docker { docker {
image 'deno:alpine-2' image 'denoland/deno:alpine'
args '-u root --privileged' args '-u root --privileged'
} }
} }