Skip to content
Snippets Groups Projects
Commit c3abac8b authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Merge branch 'main' into 'debug_paas_ci'

# Conflicts:
#   utils/Jenkinsfile
parents 0c5df594 18f7f7d8
No related branches found
No related tags found
1 merge request!113Attach logs in mail when deployment timeout
...@@ -28,6 +28,11 @@ ...@@ -28,6 +28,11 @@
- set_fact: - set_fact:
deployment: "{{ depcreate_output.stdout|from_json }}" deployment: "{{ depcreate_output.stdout|from_json }}"
- name: Save preliminary deployment info to file
copy:
dest: "{{ paas_ci_workdir }}/dep.json"
content: "{{ deployment }}"
- debug: - debug:
var: deployment var: deployment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment