git://wamblee.org
/
pipelinelib
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa3111
)
using BUILD_TAG now
author
Erik Brakkee
<erik@brakkee.org>
Wed, 21 Sep 2022 19:32:38 +0000
(21:32 +0200)
committer
Erik Brakkee
<erik@brakkee.org>
Wed, 21 Sep 2022 19:32:38 +0000
(21:32 +0200)
vars/agentsetup.groovy
patch
|
blob
|
history
diff --git
a/vars/agentsetup.groovy
b/vars/agentsetup.groovy
index ffa1d36b3a0fdf1db92599f473a0e37597acc897..1fb1310273407eee1b8138a2fdb99ef1a64f245f 100644
(file)
--- a/
vars/agentsetup.groovy
+++ b/
vars/agentsetup.groovy
@@
-17,7
+17,7
@@
def call(Map args) {
def defaults = [
version: env.BRANCH_NAME,
repo: env.CONTAINER_REGISTRY,
- label: env.STAGE_NAME ? env.STAGE_NAME: env.
JOB_NAME
,
+ label: env.STAGE_NAME ? env.STAGE_NAME: env.
BUILD_TAG
,
idleMinutes: 0,
defaultContainer: null // initialized to first container later on
]