From f902144779be082ed7f2b7ade51de80e0b2cd8d8 Mon Sep 17 00:00:00 2001 From: weboko Date: Thu, 26 Jan 2023 00:36:05 +0100 Subject: [PATCH] publish noise example as built one --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 61be8e7..f05115f 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -39,6 +39,7 @@ pipeline { stage('relay-reactjs-chat') { steps { script { buildExample() } } } stage('store-reactjs-chat') { steps { script { buildExample() } } } stage('web-chat') { steps { script { buildExample() } } } + stage('noise-js') { steps { script { buildExample() } } } } } @@ -49,7 +50,6 @@ pipeline { stage('light-js') { steps { script { copyExample() } } } stage('rln-js') { steps { script { copyExample() } } } stage('light-chat') { steps { script { copyExample() } } } - stage('noise-js') { steps { script { copyExample() } } } } }