From: garciadeblas Date: Wed, 31 May 2023 16:27:58 +0000 (+0200) Subject: Update agent from any to label osm4 in Jenkinsfile X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=0c1ddc5c1be18ea2c4615d60434704f4a46e7c0b;p=osm%2Fdocker-api-fe.git Update agent from any to label osm4 in Jenkinsfile Signed-off-by: garciadeblas --- diff --git a/Jenkinsfile b/Jenkinsfile index daf21e6..0aed286 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { imagename = "opensourcemano/api-fe" registryCredential = 'dockerhub' } - agent any + agent { label 'osm1' } stages { stage('Build API-FE image') { steps{