Skip to content

Commit

Permalink
ref(15): Start testing wild integration with Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanjerome committed Aug 21, 2023
1 parent 645d566 commit e3711b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def call() {
def appConfig = readYaml(file: "${wild_path}/config/k8s/containers-config.yaml")
def runContainerNames = []
container("bash") {
runContainerNames = sh "source ${wild_path}/src/lib/workflow.sh; workflow::_get_workflows_containers_names ${wild_path}/test/config/workflow-default.json", returnStdout: true)
runContainerNames = sh("source ${wild_path}/src/lib/workflow.sh; workflow::_get_workflows_containers_names ${wild_path}/test/config/workflow-default.json", returnStdout: true)
}
def runContainerConfig = containerConfig.getContainerConfig(appConfig, runContainerNames)
k8s_containers_run = containerConfig.generateContainerTemplate(runContainerConfig)
Expand Down

0 comments on commit e3711b3

Please sign in to comment.