From 4e385114445692343113b57ce15fbe1eff5e52b7 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 14 Sep 2025 08:54:16 +0300 Subject: [PATCH] Adding docker build and push to Jenkins --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2c79f74..7fc5841 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent { - label 'linux' + label 'docker-x86_64' } options { @@ -64,7 +64,7 @@ pipeline { stage('Docker build/login/push x84-64') { agent { - label 'linux-x86-64' + label 'linux-x86_64' } when { allOf {