From: garciadeblas Date: Wed, 31 May 2023 15:07:36 +0000 (+0200) Subject: Revert "Update agent from any to osm1 in Jenkinsfile" X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=0cd7acbafed6095526b38f1e73f73e042ebe8852;p=osm%2Fdocker-api-fe.git Revert "Update agent from any to osm1 in Jenkinsfile" This reverts commit ea8897a51ce40875f1fb5d7c9c00399a1470cda5. --- diff --git a/Jenkinsfile b/Jenkinsfile index 10ddad0..daf21e6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { imagename = "opensourcemano/api-fe" registryCredential = 'dockerhub' } - agent osm1 + agent any stages { stage('Build API-FE image') { steps{