Update vars/buildAndDeploy.groovy
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import com.example.DockerBuilder
|
||||
|
||||
def call(String appName, String helmChartPath, String helmRepoName, String namespace, 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, String quarkusDBName, String quarkusDBPass) {
|
||||
def dockerBuilder = new DockerBuilder()
|
||||
def containerName = useCustomDocker ? 'custom-docker' : 'docker'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user