forgot to save that file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import com.example.DockerBuilder
|
||||
|
||||
def call(String appName, String helmChartPath, String helmRepoName,String helmChartVersion, Boolean useCustomDocker, Boolean useInsecureRegistry, Integer appPort) {
|
||||
def call(String appName, String helmChartPath, String helmRepoName, String namespace, String helmChartVersion, Boolean useCustomDocker, Boolean useInsecureRegistry, Integer appPort) {
|
||||
def dockerBuilder = new DockerBuilder()
|
||||
def containerName = useCustomDocker ? 'custom-docker' : 'docker'
|
||||
|
||||
@@ -48,6 +48,7 @@ def call(String appName, String helmChartPath, String helmRepoName,String helmCh
|
||||
appName,
|
||||
helmRepoName,
|
||||
appName,
|
||||
namespace,
|
||||
helmChartVersion,
|
||||
env.KUBERNETES_API,
|
||||
env.KUBERNETES_TOKEN,
|
||||
|
||||
Reference in New Issue
Block a user