issue-14: modification Dockerfile + structure k8S (à compléter) #15

Closed
rmasson wants to merge 5 commits from issue-14 into develop
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 87fe4ad16a - Show all commits

4
Jenkinsfile vendored
View File

@ -14,10 +14,10 @@ symfonyAppPipeline('ubuntu:22.04', [
// Retrieve default tag // Retrieve default tag
String defaultTag = sh(returnStdout: true, script: 'git describe --always').trim() String defaultTag = sh(returnStdout: true, script: 'git describe --always').trim()
container.buildAndPublishImage([ container.buildAndPublishImage([
'imageName': 'reg.cadoles.com/cadoles/hydra-dispatcher', 'imageName': 'reg.cadoles.com/cadoles/hydra-sql',
// Use current tag or default tag if not defined // Use current tag or default tag if not defined
'imageTag': defaultTag, 'imageTag': defaultTag,
'dockerfile': './misc/docker/Dockerfile', 'dockerfile': './misc/images/hydra-sql-standalone/Dockerfile',
'dryRun': false 'dryRun': false
]) ])
} }