Commit ea8897a5 authored by garciadeblas's avatar garciadeblas
Browse files

Update agent from any to osm1 in Jenkinsfile

parent 69a3b118
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ pipeline {
    imagename = "opensourcemano/api-fe"
    registryCredential = 'dockerhub'
  }
  agent any
  agent osm1
  stages {
    stage('Build API-FE image') {
      steps{