mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
ci: move builds to a container
Referenced issue: * https://github.com/status-im/infra-ci/issues/188
This commit is contained in:
parent
8be45180aa
commit
36bc01ac0d
@ -2,7 +2,14 @@
|
|||||||
library 'status-jenkins-lib@v1.8.17'
|
library 'status-jenkins-lib@v1.8.17'
|
||||||
|
|
||||||
pipeline {
|
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'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
|
|||||||
@ -2,7 +2,14 @@
|
|||||||
library 'status-jenkins-lib@v1.8.17'
|
library 'status-jenkins-lib@v1.8.17'
|
||||||
|
|
||||||
pipeline {
|
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'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user