From 0cd7acbafed6095526b38f1e73f73e042ebe8852 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 31 May 2023 17:07:36 +0200 Subject: [PATCH] Revert "Update agent from any to osm1 in Jenkinsfile" This reverts commit ea8897a51ce40875f1fb5d7c9c00399a1470cda5. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{ -- 2.25.1