Jenkins promotion builds

2013-11-27 Thread Maneesh M P
Can anyone explain me the complete procedure of build promotion 
configuration ? I seem to have hard time in getting it to work.
I don't seem to understand official documentation well enough as well.

Any help will be appreciated.

Thanks,
M

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


not able to install jenken 1.541 in apple

2013-11-27 Thread kumar
Hi

I am new to both jenken and mac. i had downloaded the package 1.541 and 
installed it but the page localhost:8080 did not open. in the console i got 
this.

---

27/11/13 6:00:22.688 PM Installer[704]: CoreAnimation: warning, deleted 
thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in 
environment to log backtraces.

27/11/13 6:00:37.965 PM Installer[704]: CoreAnimation: warning, deleted 
thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in 
environment to log backtraces.

27/11/13 6:00:48.792 PM Installer[704]: *** WARNING: -[NSImage 
compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please 
use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.

27/11/13 6:00:48.792 PM Installer[704]: *** WARNING: -[NSImage 
compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and 
later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] 
instead.

27/11/13 6:00:48.800 PM Installer[704]: *** WARNING: -[NSImage 
compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and 
later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] 
instead.

27/11/13 6:00:48.800 PM Installer[704]: *** WARNING: -[NSImage 
compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 
and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] 
instead.

27/11/13 6:00:48.819 PM Installer[704]: CoreAnimation: warning, deleted 
thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in 
environment to log backtraces.

27/11/13 6:01:52.289 PM coreservicesd[74]: Application App:Installer [ 
0x0/0x57057]  @ 0x0x7fbbcb08f170 tried to be brought forward, but isn't in 
fPermittedFrontASNs ( ( ASN:0x0-0x59059:) ), so denying.

27/11/13 6:01:52.289 PM WindowServer[98]: [cps/setfront] Failed setting the 
front application to Installer, psn 0x0-0x57057, securitySessionID=0x186a4, 
err=-13066

27/11/13 6:01:57.384 PM com.apple.launchd[1]: (org.jenkins-ci[761]) Exited 
with code: 1

27/11/13 6:01:57.384 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
respawn: Will start in 10 seconds

27/11/13 6:02:07.510 PM com.apple.launchd[1]: (org.jenkins-ci[812]) Exited 
with code: 1

27/11/13 6:02:07.510 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
respawn: Will start in 10 seconds

27/11/13 6:02:17.635 PM com.apple.launchd[1]: (org.jenkins-ci[858]) Exited 
with code: 1

27/11/13 6:02:17.635 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
respawn: Will start in 10 seconds

27/11/13 6:02:27.760 PM com.apple.launchd[1]: (org.jenkins-ci[904]) Exited 
with code: 1

27/11/13 6:02:27.760 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
respawn: Will start in 10 seconds

27/11/13 6:02:37.886 PM com.apple.launchd[1]: (org.jenkins-ci[950]) Exited 
with code: 1

27/11/13 6:02:37.886 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
respawn: Will start in 10 seconds

27/11/13 6:02:48.014 PM com.apple.launchd[1]: (org.jenkins-ci[997]) Exited 
with code: 1

27/11/13 6:02:48.014 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
respawn: Will start in 10 seconds

27/11/13 6:02:58.143 PM com.apple.launchd[1]: (org.jenkins-ci[1043]) Exited 
with code: 1

27/11/13 6:02:58.143 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
respawn: Will start in 10 seconds

27/11/13 6:02:59.603 PM Installer[704]: CoreAnimation: warning, deleted 
thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in 
environment to log backtraces.

27/11/13 6:03:00.062 PM coreaudiod[181]: Disabled automatic stack shots 
because audio IO is active

27/11/13 6:03:00.875 PM coreaudiod[181]: Enabled automatic stack shots 
because audio IO is inactive

27/11/13 6:03:08.269 PM com.apple.launchd[1]: (org.jenkins-ci[1062]) Exited 
with code: 1

27/11/13 6:03:08.269 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
respawn: Will start in 10 seconds


Is there some permission that is missing or a package fault?

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Viewing a CSV (or any text file really) in a jenkins report

2013-11-27 Thread Noam Mendelssohn
Hey guys

I have a jenkins job, which creates a CSV file. The file is a list of lines 
of comma seperetated values. 
You know, a CSV :)

Anywho, I want to display the contents of this file in some kind of 
automatic report in this job.
Currently the CSV is archived and can be downloaded and viewed, but my 
higher ups want a prettier, easier report viewable.
So I need to somehow read / parse / show this CSV via jenkins.

Any ideas ?

Thanks in advance
NoamM

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Jenkins Email notification support for microsoft online.

2013-11-27 Thread Shreyas Joshi
Thanks! I could resolve this issue. Soon, I will be writing a blog on it.
No need to say Jenkins is a great tool. The only problem is that I am not
from a Java background.
Thus, It is not that simple to me.  However, It is not a complicated tool.


Stay tuned to check a blog on it at

www.tune2wizard.com


On Tue, Nov 26, 2013 at 10:03 PM, Les Mikesell lesmikes...@gmail.comwrote:

 On Tue, Nov 26, 2013 at 1:40 AM, Shreyas Joshi shreyasjosh...@gmail.com
 wrote:
  Check over here -
  http://stackoverflow.com/questions/11370327/jenkins-smtp-tsl
 
  I have commented that after following those steps, I get a permission
 issue.
  I am using Fedora core machine.
  You will see my comment with my name - Shreyas Joshi. Please comment or
 help
  here.
 

 If you are running on a unix/linux distribution that provides a
 full-featured mailer like sendmail or postfix, you can always set that
 up to relay to your normal mailhub with whatever options are needed,
 then configure jenkins (and any other apps that need mail support) to
 deliver to localhost with smtp on port 25.  As a side effect you'll
 get queuing and retries if the hub is not available.

 --
Les Mikesell
   lesmikes...@gmail.com

 --
 You received this message because you are subscribed to a topic in the
 Google Groups Jenkins Users group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/jenkinsci-users/lMn9l_ZmHKs/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.




-- 
Thanks  regards,
Shreyas Joshi

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Viewing a CSV (or any text file really) in a jenkins report

2013-11-27 Thread Mark Waite
Usually, contents of a CSV file represent something higher level.  You
might look for a plugin that presents that higher level thing, then convert
the CSV to the format of that higher level thing and display it using the
Jenkins plugin for that thing.

For example, if it is test results, you could convert the CSV to JUnit
format and display the results as test results.

If the CSV represents compiler warnings, you could convert the output to
match the compiler warnings expected output.

If the CSV represents some row and column data computed by the Jenkins job,
you could convert it to an HTML table in an HTML page and use the HTML
Publisher to show that HTML page in your Jenkins job.

Mark Waite


On Wed, Nov 27, 2013 at 6:14 AM, Noam Mendelssohn smnoa...@gmail.comwrote:

 Hey guys

 I have a jenkins job, which creates a CSV file. The file is a list of
 lines of comma seperetated values.
 You know, a CSV :)

 Anywho, I want to display the contents of this file in some kind of
 automatic report in this job.
 Currently the CSV is archived and can be downloaded and viewed, but my
 higher ups want a prettier, easier report viewable.
 So I need to somehow read / parse / show this CSV via jenkins.

 Any ideas ?

 Thanks in advance
 NoamM

 --
 You received this message because you are subscribed to the Google Groups
 Jenkins Users group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to jenkinsci-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: not able to install jenken 1.541 in apple

2013-11-27 Thread kumar
Sorry JDK was not installed in the new mac. Fixed

On Wednesday, November 27, 2013 6:35:37 PM UTC+5:30, kumar wrote:

 Hi

 I am new to both jenken and mac. i had downloaded the package 1.541 and 
 installed it but the page localhost:8080 did not open. in the console i got 
 this.


 ---

 27/11/13 6:00:22.688 PM Installer[704]: CoreAnimation: warning, deleted 
 thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in 
 environment to log backtraces.

 27/11/13 6:00:37.965 PM Installer[704]: CoreAnimation: warning, deleted 
 thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in 
 environment to log backtraces.

 27/11/13 6:00:48.792 PM Installer[704]: *** WARNING: -[NSImage 
 compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please 
 use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.

 27/11/13 6:00:48.792 PM Installer[704]: *** WARNING: -[NSImage 
 compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and 
 later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] 
 instead.

 27/11/13 6:00:48.800 PM Installer[704]: *** WARNING: -[NSImage 
 compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and 
 later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] 
 instead.

 27/11/13 6:00:48.800 PM Installer[704]: *** WARNING: -[NSImage 
 compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 
 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] 
 instead.

 27/11/13 6:00:48.819 PM Installer[704]: CoreAnimation: warning, deleted 
 thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in 
 environment to log backtraces.

 27/11/13 6:01:52.289 PM coreservicesd[74]: Application App:Installer [ 
 0x0/0x57057]  @ 0x0x7fbbcb08f170 tried to be brought forward, but isn't in 
 fPermittedFrontASNs ( ( ASN:0x0-0x59059:) ), so denying.

 27/11/13 6:01:52.289 PM WindowServer[98]: [cps/setfront] Failed setting 
 the front application to Installer, psn 0x0-0x57057, 
 securitySessionID=0x186a4, err=-13066

 27/11/13 6:01:57.384 PM com.apple.launchd[1]: (org.jenkins-ci[761]) Exited 
 with code: 1

 27/11/13 6:01:57.384 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
 respawn: Will start in 10 seconds

 27/11/13 6:02:07.510 PM com.apple.launchd[1]: (org.jenkins-ci[812]) Exited 
 with code: 1

 27/11/13 6:02:07.510 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
 respawn: Will start in 10 seconds

 27/11/13 6:02:17.635 PM com.apple.launchd[1]: (org.jenkins-ci[858]) Exited 
 with code: 1

 27/11/13 6:02:17.635 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
 respawn: Will start in 10 seconds

 27/11/13 6:02:27.760 PM com.apple.launchd[1]: (org.jenkins-ci[904]) Exited 
 with code: 1

 27/11/13 6:02:27.760 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
 respawn: Will start in 10 seconds

 27/11/13 6:02:37.886 PM com.apple.launchd[1]: (org.jenkins-ci[950]) Exited 
 with code: 1

 27/11/13 6:02:37.886 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
 respawn: Will start in 10 seconds

 27/11/13 6:02:48.014 PM com.apple.launchd[1]: (org.jenkins-ci[997]) Exited 
 with code: 1

 27/11/13 6:02:48.014 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
 respawn: Will start in 10 seconds

 27/11/13 6:02:58.143 PM com.apple.launchd[1]: (org.jenkins-ci[1043]) 
 Exited with code: 1

 27/11/13 6:02:58.143 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
 respawn: Will start in 10 seconds

 27/11/13 6:02:59.603 PM Installer[704]: CoreAnimation: warning, deleted 
 thread with uncommitted CATransaction; set CA_DEBUG_TRANSACTIONS=1 in 
 environment to log backtraces.

 27/11/13 6:03:00.062 PM coreaudiod[181]: Disabled automatic stack shots 
 because audio IO is active

 27/11/13 6:03:00.875 PM coreaudiod[181]: Enabled automatic stack shots 
 because audio IO is inactive

 27/11/13 6:03:08.269 PM com.apple.launchd[1]: (org.jenkins-ci[1062]) 
 Exited with code: 1

 27/11/13 6:03:08.269 PM com.apple.launchd[1]: (org.jenkins-ci) Throttling 
 respawn: Will start in 10 seconds

 

 Is there some permission that is missing or a package fault?



-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Running a Build Only if Others are Blue

2013-11-27 Thread Harry G.
Sounds like you should try 
https://wiki.jenkins-ci.org/display/JENKINS/Build+Flow+Plugin
with full power of build flow DSL plus Groovy...

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: running Jenkins behind an Elastic Load Balancer for SSL termination

2013-11-27 Thread Dustin O'Brien
Adam,

This allowed you to setup you initial goal of an ELB terminating SSL and 
forward to jenkins only listening on http?  Can you elaborate if so?

Dustin

On Friday, April 26, 2013 4:57:01 PM UTC-4, Adam Monsen wrote:

 I used this instead:

 iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-ports 
 8443


-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[ANN] Beta release of Priority Sorter 2.0

2013-11-27 Thread Magnus Sandberg
Hi,


I have just released version 2.0-beta-3 of the Priority Sorter plugin, this new
version is a major rewrite of the previous version.


The plugin now both contains ways to select a Sorter Strategy and one or
more Priority Strategies.


The Sorter Strategies will allow you to select how you want the queue to be
sorted. This allows you not only to run higher priority Jobs before lower
priority Jobs, but also to use algorithms such as Fair Weighed Queueing.


The Priority Strategies will allow you to have different priorities based
on how the Job is started. This enables you to give Jobs started directly
by a user higher priority than Jobs started by cron or by a commit.


Since this is a beta release the plugin is available in the experimental
plugins repo *(*http://jenkins-ci.org/node/439*)*


https://wiki.jenkins-ci.org/display/JENKINS/Priority+Sorter+Plugin

https://github.com/jenkinsci/priority-sorter-plugin


Cheers,

Magnus

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: How to display archived maven artifacts on top level of job page rather than via modules subpage.

2013-11-27 Thread teilo
I believe thus is broken for jobs that use maven3 rather than maven 2.  There 
is probably a jira issue already for it, off not you should probably raise one.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


parameterized build: does a string parameter need escaping?

2013-11-27 Thread Marco Sacchetto
Hello, we're recently using Jenkins  (updated to 1.541) for automatically 
building/testing our local java projects. I was now asked to have if 
possible Jenkins change some xml files before the actual build, not to have 
to change them later manually before deploying. It all worked great using 
string build parameter and some python scripting. All but a thing: one of 
those strings is pretty long, and including $$ (without quotes). While 
all the rest seems to pass correctly as if it was escaped before being 
turned into a local variable, $$ becomes $. After a few tries, $ 
remains $ but $$ becomes $, $$$ becomes $$,  becomes $$. This happens 
actually before reading the variable into python, as I could banally see 
with env. Is it wanted, some specific situation or just a bug? Does $ 
need escaping? If it does, are there other chars needing it? Or did I 
assume something wrong?

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Unable to configure Jenkins Weblogic plugin

2013-11-27 Thread pratyoosh sharma
I am trying to setup Jenkins Weblogic plugin on a Unix server, Jenkins is 
installed on the same server as Weblogic
I have configured the weblogic plugin in configuration, pointed it to the 
weblogic.jar  created a configuration xml  updated the path to it.

However when i try to setup deploy as a post build action, it fails with 
the error 
Before using it, the plugin has to be configured.
Please do so from the system configuration.

Here is how the XML config looks like
*?xml version=1.0 encoding=UTF-8?*
*config xmlns=http://org.jenkinsci.plugins/WeblogicDeploymentPlugin*
*xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance*
*xsi:schemaLocation=http://org.jenkinsci.plugins/WeblogicDeploymentPlugin 
plugin-configuration.xsd*
*weblogic-targets*
*weblogic-target*
*nameDEV_Weblogicname*
*hostlocalhost/host*
*port7001/port*
*loginweblogic/login*
*password***/password*
*authModeBY_LOGIN/authMode*
*/weblogic-target*
*/weblogic-targets*
*/config*

I am trying to find any logs that spits out the exact error details but the 
java.uti.logging logs don't have a trace of anything abnormal, where should 
i be looking to debug this issue? Appreciate some help :)

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Jenkins crashing java.exe when run on my windows 7 box.

2013-11-27 Thread Alexander Zeitler
Same here. Did you find a solution?

Thanks,

Alex

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


CFP for the Testing and Automation devroom at FOSDEM 14

2013-11-27 Thread R. Tyler Croy
Apologies for the big cross post, I wanted to make sure I let folks in the
Jenkins users and developers camps know about our call for papers :)

The full marked up version here: 
http://fosdem-devroom.org/wiki/Testing_and_Automation_(2014)


Members of the Jenkins, Selenium and others will be hosting a devroom focused
on testing and automation on Sunday February 2nd, 2014. The 2nd is
coincidentally the anniversary of the founding of the Jenkins project, so we
might do a special birthday toast again next year!

I'd like to extend a special invitation to members of the broader Jenkins
community to submit one (or more) 30-40 minute talk proposal(s) OR one (or
more) 10 minute lightning talk proposal(s) by 23:59 UTC on November 30th 2013.
We will notify all those submitting proposals about their acceptance by
December 10th 2013.

---

This is the second year for the Testing/Automation dev room at FOSDEM. This
room is about creating better software through a focus on testing and
automation at all layers of the stack. From creating libraries and end-user
applications all the way down to packaging, distribution and deployment.
Testing and automation is not isolated to a single toolchain, language or
platform, there is much to learn and share regardless of background!

---

Since this is the second year we're hosting the Testing and Automation dev
room, here are some ideas of what we would like to see, and what worked last
year, they're just ideas though!

* Testing in the real, open source world
  * How has your open source project has gone from not-so-good to
absolutely-great by applying testing best practices (TDD, BDD, ATDD, etc)
  * How to test and develop for open source projects (e.g. test-driving
operating systems, big projects, ensuring quality of Linux distros, etc)
  * Talk about how your project is automated to make contributors' lives better
(and/or on-boarding new contributors)
* Cool Tools (good candidates for lightning talks)
  * Explain/demo how your open source tool made developing quality software
better
  * Combining projects/plugins/tools to build amazing things Not enough
people in the open source community know how to use $X, but here's a 
tutorial
on how to use $X to make your project better.

To submit a talk proposal (you can submit multiple proposals if you'd like)
with Pentabarf (https://penta.fosdem.org/submission/FOSDEM14), the FOSDEM paper
submission system.

I look forward to seeing and meeting all of you who will be there! :)


Cheers
- R. Tyler Croy
--
Code: https://github.com/rtyler
 Chatter: https://twitter.com/agentdero
  rty...@jabber.org


signature.asc
Description: Digital signature


Re: Jenkins crashing java.exe when run on my windows 7 box.

2013-11-27 Thread Alexander Zeitler
https://issues.jenkins-ci.org/browse/JENKINS-20630

Am 27.11.2013 um 23:02 schrieb Alexander Zeitler 
alexander.zeit...@pdmlab.commailto:alexander.zeit...@pdmlab.com:

Same here. Did you find a solution?

Thanks,

Alex

--
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
jenkinsci-users+unsubscr...@googlegroups.commailto:jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Thanks!

2013-11-27 Thread Shreyas Joshi
I created a blog on the usage of Jenkins- minimal configuration.
You can share your thoughts on the blog.

http://www.tune2wizard.com/linux-jenkins/

-- 
Thanks  regards,
Shreyas Joshi

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


hudson.maven.MavenVersionCallable.call throws NullPointerException

2013-11-27 Thread Yasuyuki Nakamura
Hi guys,

I tried to install Maven via Jenkins automatically installation with 
Download URL.
And then when I tried to build my project, I caught following error.

===
Started by user anonymous
Building in workspace /var/lib/jenkins/workspace/myproject build
Updating http://localtest/svn/trank/myproject at revision 
'2013-11-27T22:56:05.978 -0800'
At revision 51768
no change for http://localtest/svn/trank/myproject since the previous build
ERROR: Processing failed due to a bug in the code. Please report this to 
jenkinsci-users@googlegroups.com
java.lang.NullPointerException
at java.io.File.init(File.java:239)
at hudson.maven.MavenVersionCallable.call(MavenVersionCallable.java:58)
at hudson.maven.MavenVersionCallable.call(MavenVersionCallable.java:41)
at hudson.FilePath.act(FilePath.java:1006)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:607)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:566)
at hudson.model.Run.execute(Run.java:1677)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:509)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:230)
project=hudson.maven.MavenModuleSet@400ba6f6[myproject build]
project.getModules()=[]
project.getRootModule()=null
FATAL: null
java.lang.NullPointerException
at java.io.File.init(File.java:239)
at hudson.maven.MavenVersionCallable.call(MavenVersionCallable.java:58)
at hudson.maven.MavenVersionCallable.call(MavenVersionCallable.java:41)
at hudson.FilePath.act(FilePath.java:1006)
at 
hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:607)
at 
hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:566)
at hudson.model.Run.execute(Run.java:1677)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:509)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:230)
===


And I'm wondering about cannot automatically install from Apache with 
following message.

===
Invalid tool ID 3.1.1
Invalid tool ID 3.1.1
===


Anybody can solve it?

 

-- 
You received this message because you are subscribed to the Google Groups 
Jenkins Users group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.