Update agent from any to label osm4 in Jenkinsfile
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 31 May 2023 16:27:58 +0000 (18:27 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Wed, 31 May 2023 16:27:58 +0000 (18:27 +0200)
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile

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