Update Jenkinsfile.build

Fix for Error: Can't get a valid version for repositories mariadb. Try changing the version constraint in requirements.yaml
And extra debug info
This commit is contained in:
Roman S
2020-09-02 18:52:54 +02:00
committed by GitHub
parent 4febb9b02c
commit 51fba319e1

View File

@@ -22,6 +22,8 @@ pipeline {
cp -r /home/helm/.helm ~
helm repo add my-charts s3://${HELM_BUCKET}/charts
helm repo add stable https://kubernetes-charts.storage.googleapis.com
helm repo list
cd helm/${PACKAGE}
helm dependency update
helm package .