From 123613975bc6e8739227dc9f876b7da28f6f4066 Mon Sep 17 00:00:00 2001 From: weboko Date: Wed, 21 Dec 2022 22:30:10 +0100 Subject: [PATCH] update ci file --- ci/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index cc7af3a..11f77c9 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -48,6 +48,7 @@ pipeline { stage('store-js') { steps { script { copyExample() } } } stage('light-js') { steps { script { copyExample() } } } stage('rln-js') { steps { script { copyExample() } } } + stage('light-chat') { steps { script { copyExample() } } } } }