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 19, 2023
1 parent d4de9b6 commit 35080b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 151 deletions.
61 changes: 0 additions & 61 deletions vars/generateContainerTemplate.groovy

This file was deleted.

83 changes: 0 additions & 83 deletions vars/readAppConfig.groovy

This file was deleted.

13 changes: 6 additions & 7 deletions vars/wildPipeline.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,14 @@ def call() {
container("bash") {
sh script: "test/action/test.sh", returnstatus: true
}

runContainerNames = ["bash", "maven"]
appConfig = readYaml(file: "./wild-workdir/config/containers-config.yaml")
runContainerConfig = containerConfig.getContainerConfig(appConfig, runContainerNames)
k8s_containers_run = containerConfig.generateContainerTemplate(runContainerConfig)

stash name: "init", usedefaultexcludes: false
}
}
runContainerNames = ["bash", "maven"]
appConfig = readYaml(file: "./wild-workdir/config/containers-config.yaml")
runContainerConfig = containerConfig.getContainerConfig(appConfig, runContainerNames)
k8s_containers_run = containerConfig.generateContainerTemplate(runContainerConfig)

stash name: "init", usedefaultexcludes: false
}
}

Expand Down

0 comments on commit 35080b6

Please sign in to comment.