Ticket #1728 (closed defect: fixed)
Opened 2013-03-25T12:43:54-05:00
Last modified 2014-02-06T12:37:24-06:00
Clean up Jenkins jobs after fiji.sc meltdown and move to server
Reported by: | dscho | Owned by: | curtis |
---|---|---|---|
Priority: | minor | Milestone: | imagej2-b8-analysis |
Component: | Server Admin | Version: | |
Severity: | minor | Keywords: | |
Cc: | dscho | Blocked By: | |
Blocking: | #1906 |
Description
After pacific died and after we re-routed fiji.sc to mean server, we had to fix the Jenkins jobs accessing fiji.sc.
Once things run smoothly again with the new fiji.sc, we need to fix the jobs that access fiji.sc via "hudson-fiji" or "hudson-imagej" etc
Change History
comment:2 Changed 2013-03-25T13:18:36-05:00 by curtis
The only job that uses hudson-imagej at the moment is Fiji-javadoc, and the only one that uses hudson-fiji is Fiji-synchronizer:
jenkins@dev:~/jobs$ grep hudson-imagej */config.xml Fiji-javadoc/config.xml:rsync --delete -ac $outdir/ hudson-imagej@fiji.sc:/var/www/javadoc/</command> jenkins@dev:~/jobs$ grep hudson-fiji */config.xml Fiji-synchronizer/config.xml: git://fiji.sc/fiji.git=hudson-fiji:/srv/git/fiji.git \
Do you want all Jenkins jobs to access fiji.sc via one of those two user accounts? If you describe more precisely what you want, I will take care of it. Thanks!
comment:3 Changed 2013-03-25T13:27:43-05:00 by dscho
- Blocking 1729 added
I thought it might be a good idea to split the accounts by tasks.
So there was the account to deal with Git repositories, the account to deal with the user statistics of the website, and the account to deal with copying the javadocs back from the Jenkins job.
If you agree that this made sense, please add different accounts again.
If you disagree, feel free to unify to a single account!
comment:4 Changed 2013-03-28T13:24:47-05:00 by dscho
- Milestone changed from imagej2-unscheduled to imagej2-b7-ndim-data
comment:5 Changed 2013-06-05T14:59:01-05:00 by bdezonia
- Blocking 1906 added; 1729 removed
- Milestone changed from imagej2-b7-ndim-data to imagej2-b8-analysis
comment:6 Changed 2014-02-06T12:37:24-06:00 by curtis
- Status changed from new to closed
- Resolution set to fixed
Jenkins is happy, fiji.sc is working great. The current job structure seems good.