Skip to content
Snippets Groups Projects
Jenkinsfile 310 B
Newer Older
#!groovy
// Load shared library at master branch
// the path to the repo with this library should be specified in Jenkins
// https://tomd.xyz/jenkins-shared-library/
// https://www.jenkins.io/doc/book/pipeline/shared-libraries/
@Library('nrp-shared-libs@master') _

jenkinsCIpipelineBackend("BrainSimulation")