Coder Social home page Coder Social logo

hudson / hudson-2.x Goto Github PK

View Code? Open in Web Editor NEW
146.0 16.0 46.0 54.98 MB

Hudson 2.x CI Server. Hudson 3.x is available at https://git.eclipse.org/c/hudson

Home Page: http://wiki.eclipse.org/Hudson-ci

License: MIT License

Shell 0.14% Java 92.62% Groovy 0.28% C 0.03% JavaScript 6.67% Ruby 0.03% Logos 0.03% Perl 0.20%

hudson-2.x's Introduction

hudson-2.x's People

Contributors

8nevil8 avatar aheritier avatar alanharder avatar andham avatar antkozak avatar emonty avatar geoffw avatar henriklynggaard avatar huybrechts avatar jdillon avatar jieryn avatar jtnord avatar kaiinkinen avatar kohsuke avatar manandbytes avatar mcculls avatar mleinart avatar mosabua avatar olamy avatar rseguy avatar s-sab avatar ssogabe avatar uhafner avatar victorgp avatar wjprakash avatar wolfs avatar wrobel avatar zigarn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

hudson-2.x's Issues

Pom structure of hudson-plugin-parent:3.0.0 causes issues if the pom is not the direct parent of the plugin pom

We found a problem in upgrading a plugin from version 2.1.2 to version 3.0.0. The 3.0.0 version of hudson-plugin-parent uses the property reference ${project.parent.version} to add dependencies with same version (3.0.0).

This works if the plugin being built uses the hudson-plugin-parent as its direct parent. In our case, however, we have another parent xxx-hudson-plugin-parent that parents plugin projects to add company specific settings. It in turn specifies hudson-plugin-parent as its parent. In this configuration ${project.parent.version} refers to xxx-hudson-plugin-parent's version not hudson-plugin-parent's version and the build fails.

HudsonTestCase does not load the plugin under development

HudsonTestCase.setUp calls HudsonTestCase.recipe() which calls HudsonTestCase.recipeLoadCurrentPlugin to load the plugin under test. The statement

             final URL hpl = e.nextElement();

defines a variable which is both unused and reads the enumerator's only element so that there is nothing for the runner's decorateHome method to do.

Let me know if you'd like the patch we have.

Issue with using hudson-core:3.3.3

I'm having a hard time including the library into my project:

  compile 'org.eclipse.hudson:hudson-core:3.3.3'

to my gradle project with

repositories {
    mavenCentral()
    maven { url 'https://repo.jenkins-ci.org/releases/' }
    jcenter()
}

I get the following error:

* What went wrong:
Could not resolve all files for configuration ':compileClasspath'.
> Could not resolve org.eclipse.hudson:hudson-remoting:3.0.3.
  Required by:
      project : > org.eclipse.hudson:hudson-core:3.3.3
      project : > org.eclipse.hudson:hudson-core:3.3.3 > org.eclipse.hudson:hudson-cli:3.3.3
   > Could not resolve org.eclipse.hudson:hudson-remoting:3.0.3.
      > inconsistent module metadata found. Descriptor: org.eclipse.hudson:hudson-remoting:3.0.4-SNAPSHOT Errors: bad version: expected='3.0.3' found='3.0.4-SNAPSHOT'
   > Could not resolve org.eclipse.hudson:hudson-remoting:3.0.3.
      > Could not get resource 'https://jcenter.bintray.com/org/eclipse/hudson/hudson-remoting/3.0.3/hudson-remoting-3.0.3.pom'.
         > Could not HEAD 'https://jcenter.bintray.com/org/eclipse/hudson/hudson-remoting/3.0.3/hudson-remoting-3.0.3.pom'. Received status code 409 from server: Conflict

Any advice appreciated
thanks
Derek

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.