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:
ea8897a
)
Revert "Update agent from any to osm1 in Jenkinsfile"
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 31 May 2023 15:07:36 +0000
(17:07 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Wed, 31 May 2023 15:07:36 +0000
(17:07 +0200)
This reverts commit
ea8897a51ce40875f1fb5d7c9c00399a1470cda5
.
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
10ddad0
..
daf21e6
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-5,7
+5,7
@@
pipeline {
imagename = "opensourcemano/api-fe"
registryCredential = 'dockerhub'
}
- agent
osm1
+ agent
any
stages {
stage('Build API-FE image') {
steps{