Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In Dockerfile, remove dependencies on old jenkins #332

Closed
cmungall opened this issue Mar 27, 2020 · 8 comments
Closed

In Dockerfile, remove dependencies on old jenkins #332

cmungall opened this issue Mar 27, 2020 · 8 comments
Assignees
Labels

Comments

@cmungall
Copy link
Contributor

RUN wget http://build.berkeleybop.org/userContent/owltools/owltools -O /tools/owltools && \

old Jenkins down. This was never a good idea anyway. There are multiple other sane things we can do instead:

note: since old jenkins down many old travisses will fail since they directly grabbed owltools and robot from there... but this is good, will force a switch to odk!

cc @kltm @matentzn

@kltm
Copy link
Contributor

kltm commented Mar 27, 2020

Okay, this is a hack, but we actually publish all the software that we use in the pipeline at the moment. E.g.: http://release.geneontology.org/2020-03-25/bin/ .
That can be used as an immediate drop-in to prevent failure until a better pick-up point is made.

@matentzn
Copy link
Contributor

I would prefer add the jar/owltools cli to owltools releases on GH and will do that before the next ODK release..

@dougli1sqrd
Copy link
Contributor

I made a new owltools release here: https://github.com/owlcollab/owltools/releases/tag/2020-04-06

@matentzn
Copy link
Contributor

matentzn commented Apr 6, 2020

This release is missing a bunch of jar files I am used to from the old Jenkins:

RUN wget http://build.berkeleybop.org/userContent/owltools/owltools -O /tools/owltools && \

Can we somehow add them as part of the release?

@cmungall
Copy link
Contributor Author

cmungall commented Apr 7, 2020

@dougli1sqrd can you add these? Thanks!

@balhoff
Copy link
Member

balhoff commented Apr 7, 2020

Oops, sorry I already did this. Commented on two other tickets but missed this one.

@matentzn
Copy link
Contributor

matentzn commented Apr 7, 2020

Done. #334

@matentzn matentzn closed this as completed Apr 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants