| commit | ea8897a51ce40875f1fb5d7c9c00399a1470cda5 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed May 31 16:51:39 2023 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed May 31 16:51:39 2023 +0200 |
| tree | b90e4f4828b23636bc48df38959a9b0bd6abaf88 | |
| parent | 69a3b1180e4119f434b58cd3b20392b4855c92b1 [diff] |
Update agent from any to osm1 in Jenkinsfile Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Jenkinsfile b/Jenkinsfile index daf21e6..10ddad0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -5,7 +5,7 @@ imagename = "opensourcemano/api-fe" registryCredential = 'dockerhub' } - agent any + agent osm1 stages { stage('Build API-FE image') { steps{