From a6e30de525de700c46dbf34b4aaa3631e325f448 Mon Sep 17 00:00:00 2001 From: magickli Date: Fri, 7 Mar 2025 07:07:25 +0000 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7jenkins=E8=B4=A6=E5=8F=B7?= =?UTF-8?q?=EF=BC=8C=E5=AF=B9=E6=8E=A5global-trust-authority=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E4=BB=93=E9=97=A8=E7=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: magickli --- openeuler-ci/global-trust-authority.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 openeuler-ci/global-trust-authority.yaml diff --git a/openeuler-ci/global-trust-authority.yaml b/openeuler-ci/global-trust-authority.yaml new file mode 100644 index 0000000..fabe042 --- /dev/null +++ b/openeuler-ci/global-trust-authority.yaml @@ -0,0 +1,16 @@ +repo_name: global-trust-authority +container_level: l1 +init_shell: "echo hello\necho $?" +users: + - login_name: houmingyong + name: houmingyong + email: houmingyong@huawei.com + gitee_id: houmingyong + - login_name: yang8621 + name: Huang Yang + email: huangyang79@huawei.com + gitee_id: yang8621 + - login_name: magickli + name: liqiang + email: liqiang237@huawei.com + gitee_id: magickli \ No newline at end of file -- Gitee