Re: Need Earlier version Jenkins war for JDK 1.5

2014-09-27 Thread Daniel Beck
These are probably better links: http://repo.jenkins-ci.org/simple/releases/org/jenkins-ci/main/jenkins-war/ http://repo.jenkins-ci.org/releases/org/jenkins-ci/main/jenkins-war/ So at least the wars are there, if not the native packages. On 27.09.2014, at 19:44, anoop4t...@gmail.com wrote: > Tha

Re: Need Earlier version Jenkins war for JDK 1.5

2014-09-27 Thread anoop4tech
Thanks Daniel But I Found all earlier version of Jenkins Wars in maven repository. http://maven-repository.com/artifact/org.jenkins-ci.main/jenkins-war Hope it will helpful for others in future. :) On Saturday, September 27, 2014 8:03:10 PM UTC+5:30, anoop...@gmail.com wrote: > > Hi > > I w

Re: Need Earlier version Jenkins war for JDK 1.5

2014-09-27 Thread Daniel Beck
They are currently not available from the project as we don't have the resources to store them. This is tracked as INFRA-102 in JIRA. On 27.09.2014, at 16:33, anoop4t...@gmail.com wrote: > Hi > > I was searching for Jenkins war file compatible to JDK 1.5 > But it seems all the earlier versio

Need Earlier version Jenkins war for JDK 1.5

2014-09-27 Thread anoop4tech
Hi I was searching for Jenkins war file compatible to JDK 1.5 But it seems all the earlier version of war has been deleted.(earlier than 1.532) Could you please share the path from where I can download Jenkins war (1.408 + ). Thanks in advance. -- You received this message because you are

NullPointerException using paramterized trigger plugin

2014-09-27 Thread Eddie Sholl
Hi all, I'm playing around with some fairly straight line jobs hooked up via the paramterized trigger plugin. I'm building the jobs via the Job DSL plugin, but I don't believe this will have an effect here. When I try to trigger my sample root job in my pipeline, I'm getting the following ex

Re: Issue while running jenkins job on linux copied from windows

2014-09-27 Thread Mark Waite
If you're not using one of the typical build tools (maven, ant, gradle, etc.), then you might consider the XShell plugin. I use it to allow me to define a single job (multi-configuration, for example) which can execute on both Windows and Linux. My typical XShell command line was something like "

Issue while running jenkins job on linux copied from windows

2014-09-27 Thread nitin dhadke
Hi All, I have copied jenkins job from windows to linux(cloud instance) with jenkins-cli. java -jar jenkins-cli.jar -s http://local-server get-job jobname >config.xml java -jar jenkins-cli.jar -s http://remote-server create-job jobname echo hello Also it is not workin