From 32f4eac11f0a2514e8c1078c39b1bad32d95b7e9 Mon Sep 17 00:00:00 2001 From: Francia Csaba Date: Wed, 13 Dec 2023 14:18:44 +0100 Subject: [PATCH] Removed node label --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f344bc5..eb30ed1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,6 @@ pipeline { agent { docker { image 'python:3' - label 'amarillo-build-agent' } } stages {