From 6b2348f07093de4d4cbf90780acd918397e344b7 Mon Sep 17 00:00:00 2001 From: Suchin Sapphasitthatha Date: Mon, 16 Dec 2024 09:17:05 +0000 Subject: [PATCH] add Insignia CI --- .onedev-buildspec.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.onedev-buildspec.yml b/.onedev-buildspec.yml index d5e0a732..bd58b796 100644 --- a/.onedev-buildspec.yml +++ b/.onedev-buildspec.yml @@ -1,6 +1,6 @@ version: 37 jobs: -- name: CI for CheckinLeave [UAT] +- name: CI for UAT steps: - !CheckoutStep name: checkout code @@ -66,6 +66,12 @@ jobs: output: !RegistryOutput tags: hrms-git.chin.in.th/bma-hrms/hrms-api-checkin:@build_version@ hrms-git.chin.in.th/bma-hrms/hrms-api-checkin:latest condition: NEVER + - !BuildImageStep + name: build docker image - Insignia + dockerfile: ./BMA.EHR.Insignia/Dockerfile + output: !RegistryOutput + tags: hrms-git.chin.in.th/bma-hrms/hrms-api-insignia:@build_version@ hrms-git.chin.in.th/bma-hrms/hrms-api-insignia:latest + condition: ALL_PREVIOUS_STEPS_WERE_SUCCESSFUL triggers: - !TagCreateTrigger tags: uat-*