Never gonna tell a lie and hurt you

This commit is contained in:
2025-05-27 14:00:02 +03:00
parent f3d59e489e
commit bd4a1cde3e
2 changed files with 4 additions and 3 deletions

View File

@@ -29,7 +29,8 @@ def call(String appName, String helmChartPath, String helmRepoName,String helmCh
"./Dockerfile",
"target",
"admin",
env.NEXUS_DOCKER_PASS
env.NEXUS_DOCKER_PASS,
appPort
).each { cmd ->
sh(script: cmd, returnStdout:true)
}