pacificclimate / pdp

The PCIC Data Portal - Server software to run the entire web application
GNU General Public License v3.0
1 stars 2 forks source link

Add Jenkinsfile #143

Closed nikola-rados closed 5 years ago

nikola-rados commented 5 years ago

A Jenkinsfile has been added at the top level directory. This controls the Jenkins pipeline which is activated on each push to this repo (github webhook). The pipeline runs through the npm and python test suites, then a docker image is created under the name pdp/[branch_name].

nikola-rados commented 5 years ago

@corviday if you would be able to run this PR through the same test you have done before that would be great!