Try using the deno docker image
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
a209dce6ad
commit
804544a0de
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user