mirror of https://github.com/waku-org/js-waku.git
Deploy all examples to wakuconnect.dev
This commit is contained in:
parent
dee587d644
commit
a94351f265
|
@ -32,9 +32,11 @@ pipeline {
|
||||||
|
|
||||||
stage('Examples') {
|
stage('Examples') {
|
||||||
parallel {
|
parallel {
|
||||||
stage('web-chat') { steps { script { buildExample() } } }
|
|
||||||
stage('eth-pm') { steps { script { buildExample() } } }
|
stage('eth-pm') { steps { script { buildExample() } } }
|
||||||
stage('eth-pm-wallet-encryption') { steps { script { buildExample() } } }
|
stage('eth-pm-wallet-encryption') { steps { script { buildExample() } } }
|
||||||
|
stage('relay-reactjs-chat') { steps { script { buildExample() } } }
|
||||||
|
stage('store-reactjs-chat') { steps { script { buildExample() } } }
|
||||||
|
stage('web-chat') { steps { script { buildExample() } } }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue