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
d265a98338
commit
9500e3d630
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -15,7 +15,8 @@ pipeline {
|
|||||||
stage('deno') {
|
stage('deno') {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
image 'rust:alpine'
|
image 'deno:alpine'
|
||||||
|
#image 'rust:alpine'
|
||||||
args '-u root --privileged'
|
args '-u root --privileged'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user