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].
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
andpython
test suites, then a docker image is created under the namepdp/[branch_name]
.