diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 475355d..80b1908 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -48,6 +48,7 @@ pipeline { stage('relay-js') { steps { script { copyExample() } } } stage('store-js') { steps { script { copyExample() } } } stage('light-js') { steps { script { copyExample() } } } + stage('rln-js') { steps { script { copyExample() } } } } }