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:
69a3b11
)
Update agent from any to osm1 in Jenkinsfile
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 31 May 2023 14:51:39 +0000
(16:51 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 31 May 2023 14:51:39 +0000
(16:51 +0200)
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
daf21e6
..
10ddad0
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-5,7
+5,7
@@
pipeline {
imagename = "opensourcemano/api-fe"
registryCredential = 'dockerhub'
}
- agent
any
+ agent
osm1
stages {
stage('Build API-FE image') {
steps{