Updating tests
This commit is contained in:
parent
5582c167f1
commit
1b32010c66
|
|
@ -14,9 +14,9 @@ pipeline {
|
||||||
|
|
||||||
stage('Tests x86_64 Debian') {
|
stage('Tests x86_64 Debian') {
|
||||||
agent {
|
agent {
|
||||||
dockerfile {
|
docker {
|
||||||
label 'docker-x86_64'
|
label 'docker-x86_64'
|
||||||
filename 'Dockerfile.jenkins'
|
image 'retropikzel1/compile-r7rs'
|
||||||
args '--user=root --privileged -v /var/run/docker.sock:/var/run/docker.sock'
|
args '--user=root --privileged -v /var/run/docker.sock:/var/run/docker.sock'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue