IQSS / dataverse-jenkins

configs and docs for running continuous integration for Dataverse in Jenkins
0 stars 1 forks source link

add scripts and config to install Jenkins #1 #6

Closed pdurbin closed 5 years ago

pdurbin commented 5 years ago

This is progress towards #1 , I think.

However, I think I need more plugins because Source Code Management is blank:

IQSS-dataverse-develop_Config_ Jenkins _-_2019-06-05_16 28 01

donsizemore commented 5 years ago

@pdurbin from config.xml we're using the following plugins:

We can script their installation:

java -jar jenkins-cli.jar -s http://localhost:8080/ install-plugin -name <shortname>

pdurbin commented 5 years ago

@donsizemore thanks! I'd like to merge this pull request if you're ok with it. I think I'll want to hack on these docs and scripts a little more before I close #1 but I'm now able to build the Dataverse war file from a newly spun up Jenkins, which I'm pretty happy about. Thanks for all the guidance!