Revert "Update agent from any to osm1 in Jenkinsfile"
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 31 May 2023 15:07:36 +0000 (17:07 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 31 May 2023 15:07:36 +0000 (17:07 +0200)
This reverts commit ea8897a51ce40875f1fb5d7c9c00399a1470cda5.

Jenkinsfile

index 10ddad0..daf21e6 100644 (file)
@@ -5,7 +5,7 @@ pipeline {
     imagename = "opensourcemano/api-fe"
     registryCredential = 'dockerhub'
   }
-  agent osm1
+  agent any
   stages {
     stage('Build API-FE image') {
       steps{