Skip to content

Commit

Permalink
fix: missing EE while exporting the project (#899)
Browse files Browse the repository at this point in the history
Co-authored-by: Przemyslaw Kalitowski <przemyslaw@kalitowski.com>
  • Loading branch information
przemkalit and Przemyslaw Kalitowski authored Sep 4, 2024
1 parent 9d88857 commit a58ee37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/filetree_create_project_ee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
bugfixes:
- Fixed missing execution environemnt while exporting the project
3 changes: 3 additions & 0 deletions roles/filetree_create/templates/current_projects.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ controller_projects:
scm_delete_on_update: "{{ current_projects_asset_value.scm_delete_on_update }}"
scm_update_on_launch: "{{ current_projects_asset_value.scm_update_on_launch }}"
scm_update_cache_timeout: "{{ current_projects_asset_value.scm_update_cache_timeout }}"
{% endif %}
{% if is_aap and current_job_templates_asset_value.summary_fields.default_environment is defined %}
default_environment: "{{ current_job_templates_asset_value.summary_fields.default_environment.name }}"
{% endif %}
allow_override: "{{ current_projects_asset_value.allow_override }}"
timeout: {{ current_projects_asset_value.timeout }}
Expand Down

0 comments on commit a58ee37

Please sign in to comment.