mirror of
https://github.com/logos-messaging/rln.waku.org.git
synced 2026-01-02 14:13:09 +00:00
ci: move it to a container
Referenced issue: * https://github.com/status-im/infra-ci/issues/188
This commit is contained in:
parent
a017c49600
commit
3b8e13a4fb
9
Jenkinsfile
vendored
9
Jenkinsfile
vendored
@ -2,7 +2,14 @@
|
||||
library 'status-jenkins-lib@v1.8.8'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
agent {
|
||||
docker {
|
||||
label 'linuxcontainer'
|
||||
image 'harbor.status.im/infra/ci-build-containers:linux-base-1.0.0'
|
||||
args '--volume=/var/run/docker.sock:/var/run/docker.sock ' +
|
||||
'--user jenkins'
|
||||
}
|
||||
}
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user