reverted change to test

This commit is contained in:
2025-05-26 12:51:01 +03:00
parent c4079b4049
commit 9dc56b77c5

View File

@@ -1,6 +1,4 @@
def call(String chartFile, String nexusUser, String nexusPass) {
def nexusUrl = env.NEXUS_URL
def call(String chartFile, String nexusUser, String nexusUrl, String nexusPass) {
container('maven') {
sh "curl -u ${nexusUser}:${nexusPass} --upload-file ${chartFile} ${nexusUrl}"
echo "Helm chart uploaded: ${chartFile} -> ${nexusUrl}"