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

Update agent from any to label osm4 in Jenkinsfile

parent 0cd7acba
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 { label 'osm1' }
  stages {
    stage('Build API-FE image') {
      steps{