chore: fix jenkinsfile

This commit is contained in:
Danish Arora 2024-10-28 18:16:23 +05:30
parent 13d9fab6fe
commit 8462a725ea
No known key found for this signature in database
GPG Key ID: 1C6EF37CDAE1426E
2 changed files with 2 additions and 11 deletions

11
ci/Jenkinsfile vendored
View File

@ -44,16 +44,7 @@ pipeline {
stage('dogfooding') { steps { script { buildExample() } } }
stage('message-monitor') { steps { script { buildExample() } } }
stage('flush-notes') { steps { script { buildNextJSExample() } } }
stage('buddybook') {
steps {
script {
dir('examples/buddybook') {
sh 'npm install'
sh 'npm run build:ci'
}
}
}
}
stage('buddybook') { steps { script { buildExample() } } }
}
}

View File

@ -1,6 +1,6 @@
- [ x ] waku connections on header should have green/yellow/red color indicator
- [ ] clicking on the indicator should show a list of peers
- [ ] chains can't be signed twice by an address
- [ x ] chains can't be signed twice by an address
- [ ] generate waku peer id using the wallet address
- [ ] telemetry
- [ x ] disclaimer