mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-02 05:43:08 +00:00
ci: add missing jenkins lib
This commit is contained in:
parent
101ffe8a04
commit
049e564e89
5
ci/Jenkinsfile
vendored
5
ci/Jenkinsfile
vendored
@ -1,3 +1,6 @@
|
|||||||
|
#!/usr/bin/env groovy
|
||||||
|
library 'status-jenkins-lib@v1.9.27'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
docker {
|
docker {
|
||||||
@ -56,7 +59,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sshagent(credentials: ['status-im-auto-ssh']) {
|
sshagent(credentials: ['status-im-auto-ssh']) {
|
||||||
script {
|
script {
|
||||||
nix.develop('npm run deploy', pure: true)
|
nix.develop('npm run deploy', pure: false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user