Skip to content

Commit 3b8e13a

Browse files
committed
ci: move it to a container
Referenced issue: * status-im/infra-ci#188
1 parent a017c49 commit 3b8e13a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Jenkinsfile

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
33

44
pipeline {
5-
agent { label 'linux' }
5+
agent {
6+
docker {
7+
label 'linuxcontainer'
8+
image 'harbor.status.im/infra/ci-build-containers:linux-base-1.0.0'
9+
args '--volume=/var/run/docker.sock:/var/run/docker.sock ' +
10+
'--user jenkins'
11+
}
12+
}
613

714
parameters {
815
string(

0 commit comments

Comments
 (0)