| commit | 0c1ddc5c1be18ea2c4615d60434704f4a46e7c0b | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed May 31 18:27:58 2023 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed May 31 18:27:58 2023 +0200 |
| tree | ac7c7c7c10588c961c443051f8e003859e9c644f | |
| parent | 0cd7acbafed6095526b38f1e73f73e042ebe8852 [diff] |
Update agent from any to label osm4 in Jenkinsfile Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Jenkinsfile b/Jenkinsfile index daf21e6..0aed286 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -5,7 +5,7 @@ imagename = "opensourcemano/api-fe" registryCredential = 'dockerhub' } - agent any + agent { label 'osm1' } stages { stage('Build API-FE image') { steps{