mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 22:43:09 +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'
|
library 'status-jenkins-lib@v1.8.17'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'container' }
|
||||||
|
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
library 'status-jenkins-lib@v1.6.0'
|
library 'status-jenkins-lib@v1.6.0'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label "${getAgentLabel()} && x86_64" }
|
agent { label "container" }
|
||||||
|
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
string(
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
library 'status-jenkins-lib@v1.8.17'
|
library 'status-jenkins-lib@v1.8.17'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent { label 'linux' }
|
agent { label 'container' }
|
||||||
|
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user