NASA-PDS / doi-service

Service and tools for generating DOIs for PDS bundles, collections, and data sets
https://nasa-pds.github.io/doi-service
Other
2 stars 3 forks source link

Non-empty DOI Database #359

Closed nutjob4life closed 2 years ago

nutjob4life commented 2 years ago

🗒️ Summary

In this issue, we want to get the Jenkins-managed DOI exposition service initialized with a non-empty database. Merge this and it'll happen.

(And apparently the pipeline branch never got merged with main last time, so this PR also contains the original Jenkins pipeline support from sprints past.)

⚙️ Test Data and/or Report

Take a look at this Jenkins run and you'll see near the end that this shell command gets executed:

docker-compose --file /data/jenkins/workspace/DOI/jenkins-compose.yaml exec pds-doi-api /usr/local/bin/pds-doi-init --service datacite --prefix 10.13143 --submitter pdsen-ci@jpl.nasa.gov

♻️ Related Issues