reverted change to test
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user