mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-02 14:03:06 +00:00
ci: test container build
This commit is contained in:
parent
f68d79996e
commit
40f8232dbb
@ -2,7 +2,7 @@
|
||||
library 'status-jenkins-lib@v1.8.17'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
agent { label 'container' }
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
library 'status-jenkins-lib@v1.6.0'
|
||||
|
||||
pipeline {
|
||||
agent { label "${getAgentLabel()} && x86_64" }
|
||||
agent { label "container" }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
library 'status-jenkins-lib@v1.8.17'
|
||||
|
||||
pipeline {
|
||||
agent { label 'linux' }
|
||||
agent { label 'container' }
|
||||
|
||||
options {
|
||||
timestamps()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user