Commit 0cd7acba authored by garciadeblas's avatar garciadeblas
Browse files

Revert "Update agent from any to osm1 in Jenkinsfile"

This reverts commit ea8897a5.
parent ea8897a5
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 osm1
  agent any
  stages {
    stage('Build API-FE image') {
      steps{