Solved Need help with Jenkins

Discussion in 'Plugin Development' started by CreeperShift, Apr 10, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    CreeperShift

    Since dev.bukkit.org only allows CI's to provide unapproved download links, I've been trying to set Jenkins up for my plugin.

    However if you look at the project "CraftArrows" : http://creepcraft.net:8080/

    you can see that it does not show the .jar files for download on the builds. If you look at for example at
    http://ci.citizensnpcs.com/job/Citizens2/784/
    in comparison to

    http://creepcraft.net:8080/job/CraftArrows/10/

    you can see the .jar download for citizen, but at mine it's hidden (I bet my users wont find it!)

    Anyone know how I can set it up to look like this?
     
  2. Offline

    drtshock

  3. Offline

    CreeperShift

    No no, it compiles and I can download it from the website. However I have to click on "Module builds" before I can see any .jar files :S


    On all the others you can download it right from the build number.

    Also, I used that as a template as you suggested in another thread ;)
     
  4. Offline

    drtshock

    CreeperShift oh ;)

    I'm not sure then. I just have blha303 do all the stuff on my jenkins now. Hope someone can help you out :)
     
    CreeperShift likes this.
  5. Offline

    MylesIsCool

    Does your jenkins actually build the file or is it just there looking pretty?
    Also you might want to consider either using Maven or ANT :p
    (Been a while since i used jenkins)
     
  6. Offline

    Comphenix

    CreeperShift likes this.
  7. Offline

    CreeperShift

    MylesIsCool

    It does Build And im Using maven ;) that's not the issue, the thing Is the downloadable files are hidden :/

    Comphenix

    That looks like my problem! Thanks :) I'll try it out when I get home :)

    EDIT:

    Yes, the link to stackoverflow worked like a charm, thank you! :)

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 1, 2016
  8. Offline

    blha303

    Cvxt.png I see you've got it now. For other people, the solution is to tell Jenkins to archive the artifacts post-build, with "target/PluginName*.jar" as the 'Files to archive'. http://screencloud.net/v/gR87 So apparently Screencloud reuses URLs after screenshots expire. Never using them again. I attached the image, and also here's two mirrors.
     
    CreeperShift likes this.
  9. Offline

    CreeperShift

    Yup, that's probably easier to read than from SO :)
     
Thread Status:
Not open for further replies.

Share This Page