diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index 0b09d74ab0..44a54d3c87 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -1,3 +1,6 @@ +#!/usr/bin/env groovy +library 'status-jenkins-lib@v1.9.27' + pipeline { agent { docker { @@ -56,7 +59,7 @@ pipeline { steps { sshagent(credentials: ['status-im-auto-ssh']) { script { - nix.develop('npm run deploy', pure: true) + nix.develop('npm run deploy', pure: false) } } }