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() } } } } }