projects
/
osm
/
docker-api-fe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1401306
)
Update Jenkins slave node to run docker-api-fe publication
03/14303/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 3 Apr 2024 11:26:27 +0000
(13:26 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 3 Apr 2024 11:26:27 +0000
(13:26 +0200)
Change-Id: I7937d0cfe5a08a5ef33dcd6eac3cab5d2cb5ad0d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
0aed286
..
9be7a48
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-5,7
+5,7
@@
pipeline {
imagename = "opensourcemano/api-fe"
registryCredential = 'dockerhub'
}
- agent { label 'osm
1
' }
+ agent { label 'osm
4
' }
stages {
stage('Build API-FE image') {
steps{