| commit | 1fa41a2062c7d2a1fd13508be5404a27a0bf2fa0 | [log] [tgz] |
|---|---|---|
| author | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Apr 03 13:26:27 2024 +0200 |
| committer | garciadeblas <gerardo.garciadeblas@telefonica.com> | Wed Apr 03 13:26:27 2024 +0200 |
| tree | b7e9f304734fd22e142f9f62debf0a23a1082683 | |
| parent | 1401306202237bc6ea8336d2fe7cc166240ef38e [diff] [blame] |
Update Jenkins slave node to run docker-api-fe publication Change-Id: I7937d0cfe5a08a5ef33dcd6eac3cab5d2cb5ad0d Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/Jenkinsfile b/Jenkinsfile index 0aed286..9be7a48 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -5,7 +5,7 @@ imagename = "opensourcemano/api-fe" registryCredential = 'dockerhub' } - agent { label 'osm1' } + agent { label 'osm4' } stages { stage('Build API-FE image') { steps{