Jenkins temporarily unavailable.

Discussion in 'Bukkit News' started by NuclearW, Jan 17, 2012.

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

    NuclearW

    Our Jenkins build site is currently unavailable due to high load.

    While it is down, you may download the latest RB from here.
    You may also download the latest 1.1 development non-recommended build from here.

    For developers only: You may download the latest version of the Bukkit API here

    We apologize for the lack of an immediate post about this matter, and hope to have Jenkins available again soon.
     
  2. Offline

    Moto

    Recommended build for 1.0.1 and the 1.1 non-recommended build was posted above.
     
  3. Offline

    Rexel

    What bad timing this had to go down :(
     
  4. Offline

    Endimmion

    Any ETA on when it is going to go back online?

    The mirror (repo) is not very handy, we can't see the change on each new build
     
  5. Offline

    jaboy

    i donno if you can use this ... but https://github.com/Bukkit/Bukkit/commits/master
     
    o0AzzA0o likes this.
  6. Offline

    happypumkin

    No comment about when bukkit updates? UNHEARD OF!!
     
  7. Offline

    webcraft

    How long will it be down?
     
  8. Offline

    Fishrock123

    Whoa whoa! Chill down there. It will be up when It will be up. If you *need* a 1.1 build, the latest stable one, is, well pretty stable. Links in the OP, I think.
     
  9. Offline

    s15c

    A certain amount of time.
     
  10. Offline

    dockter

    Bukkit team is full on fail atm.
     
    Gangsta_hotdog and TopGear93 like this.
  11. Offline

    Illidan

    Now both Jenkins and link don't work. Well done.
     
  12. Offline

    Noppes

    Im getting: The server has not found anything matching the request URI
     
  13. Offline

    GROMkill

    Anyone know what the deal is? The link is broken, now, too.
     
  14. Offline

    NuclearW

    Illidan Noppes GROMkill

    Links have been updated to work with some changes that were made to the repo.
     
  15. Offline

    C0nsole

    Hi, So is there any way that you could make the newest version of reccomended builds the 1.1 version, because I'd love to have my server run bukkit 1.1 but the hostng company only runs reccomended builds, thanks for your time!
    -Garrett
     
  16. Offline

    KoopaKitteh

    How Long do you think it will be down? Sorry for asking but it's because my friend and I want to play on my server. Thank You!
     
  17. Offline

    saul100

  18. Offline

    C0nsole

    saul100 yes... I;ve tried putting it in there through FTP but the server just goes into "INACTIVE" mode....
    :mad:
     
  19. Offline

    lordkalem

    can i get a download for craftbukkit for mc beta 1.7_3 please.
     
  20. Offline

    C0nsole

    lordkalem no offense... why would you want a download for CB 1.7.3?
     
  21. Offline

    seriosbrad

    Some of you guys are real dicks.
     
    GuntherDW and Darkhand81 like this.
  22. Offline

    C0nsole

  23. Offline

    Joey9357

    Ok..so I've tried to make a new server using the .jar file in the links but when I click on the RUN.bat file it says "The system cannot find the path specified" any help here???
     
  24. Offline

    saul100

    Joey9357 You have to edit the run.bat to match the new jar file's name.

    eg (an example taken startup taken from wiki)
    Change
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.0.1-R1.jar
    PAUSE
    to

    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1-R1.jar
    PAUSE
     
  25. Offline

    Joey9357

    i've tried that but it still doesn't work. :(
     
  26. Offline

    happypumkin

    welcome to the minecraft fanbase
     
  27. Offline

    Vrejcraft

    Why wont this work!! Someone please help me!!
    Echo OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-1.1.jar
    PAUSE
     
  28. Offline

    Liger_XT5

    I'd suggest asking stuff like this in the support forum area. Also, please note if you are using Windows 32/64 bit.
     
  29. Offline

    Techcuron

    Unfortunately... Not all the plug-ins I use are compatible with this New recommended temporary craftbukkit
    Code:
     Could not pass event org.bukkit.event.player.PlayerJoinEvent to Orebfuscator 
    :(
     
  30. Offline

    lilman1423

  31. Offline

    feildmaster

    That is not because they aren't compatible. That is because the method they used (in craftBukkit) had it's name changed. That's not bukkit's problem.
     
Thread Status:
Not open for further replies.

Share This Page