Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fabien Bosquet
infra-azure-provisioning
Commits
690d68e4
Commit
690d68e4
authored
Oct 12, 2020
by
Daniel Scholl
Browse files
Pipeline Fix
parent
fb266784
Changes
1
Hide whitespace changes
Inline
Side-by-side
devops/infra-prepare-stage.yml
View file @
690d68e4
...
...
@@ -15,7 +15,7 @@
parameters
:
environments
:
[]
configurations
:
[]
forceRun
:
fals
e
forceRun
:
tru
e
aksAgentSshPublicKeyFilename
:
'
azure-aks-node-ssh-key.pub'
aksGitOpsSshPrivateKeyFilename
:
'
azure-aks-gitops-ssh-key'
...
...
@@ -38,6 +38,14 @@ stages:
displayName
:
'
Build
${{
config.jobName
}}-${{
environment.name
}}'
dependsOn
:
Environment_${{ environment.name }}
jobs
:
-
job
:
TemplateChangeDetection_${{ config.jobName }}_Build
displayName
:
Analyze Changes
pool
:
$(AGENT_POOL)
steps
:
-
template
:
tasks/detect-cicd.yml
parameters
:
terraformTemplatePath
:
${{ config.terraformTemplatePath }}
jobName
:
${{ config.jobName }}
-
template
:
infra-build-stage.yml
parameters
:
environment
:
${{ environment.name }}
...
...
@@ -51,6 +59,14 @@ stages:
dependsOn
:
${{ config.jobName }}_${{ environment.name }}_Build
displayName
:
'
Deploy
${{
config.jobName
}}-${{
environment.name
}}'
jobs
:
-
job
:
TemplateChangeDetection_${{ config.jobName }}_Deploy
displayName
:
Analyze Changes
pool
:
$(AGENT_POOL)
steps
:
-
template
:
tasks/detect-cicd.yml
parameters
:
terraformTemplatePath
:
${{ config.terraformTemplatePath }}
jobName
:
${{ config.jobName }}
-
template
:
infra-deploy-stage.yml
parameters
:
environment
:
${{ environment.name }}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment