git://wamblee.org
/
upnpmonitor
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c4cdb
)
fix
author
Erik Brakkee
<erik@brakkee.org>
Sat, 1 Oct 2022 18:53:44 +0000
(20:53 +0200)
committer
Erik Brakkee
<erik@brakkee.org>
Sat, 1 Oct 2022 18:53:44 +0000
(20:53 +0200)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index 65656a6c39c866c034eb8310b48a48ce4fe95364..2a9a0c079834fd9e696544779f434259aa9ac61c 100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-3,7
+3,7
@@
String cron_string = BRANCH_NAME == "trunk" ? "10 3 * * *" : ""
pipeline {
agent {
- kubernetes agentsetup(containers: 'java8
', '
kaniko')
+ kubernetes agentsetup(containers: 'java8
,
kaniko')
}
options {
disableConcurrentBuilds()