mirror of
https://github.com/mainnika/nikita-tokarch-uk.git
synced 2026-05-25 01:03:35 +00:00
Update Helm version and Jenkins agent label
Changed the Helm download URL to v3.14.0 and updated the Jenkins agent label to "kube0".
This commit is contained in:
Vendored
+2
-2
@@ -1,10 +1,10 @@
|
||||
def HELM_DOWNLOAD_URL = "https://get.helm.sh/helm-v3.7.2-linux-amd64.tar.gz"
|
||||
def HELM_DOWNLOAD_URL = "https://get.helm.sh/helm-v3.14.0-linux-amd64.tar.gz"
|
||||
def WS_DIST = ".dist"
|
||||
def WS_BIN = ".bin"
|
||||
def WS_SCM = ".scm"
|
||||
|
||||
pipeline {
|
||||
agent { label "k8s" }
|
||||
agent { label "kube0" }
|
||||
|
||||
parameters {
|
||||
string(
|
||||
|
||||
Reference in New Issue
Block a user