issue-14: paramétrage Jenkinsfile
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable Details

This commit is contained in:
Rudy Masson 2023-06-16 14:00:19 +02:00
parent a823ac7d0e
commit 87fe4ad16a
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -14,10 +14,10 @@ symfonyAppPipeline('ubuntu:22.04', [
// Retrieve default tag
String defaultTag = sh(returnStdout: true, script: 'git describe --always').trim()
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
'imageTag': defaultTag,
'dockerfile': './misc/docker/Dockerfile',
'dockerfile': './misc/images/hydra-sql-standalone/Dockerfile',
'dryRun': false
])
}