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

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.

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

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

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

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.

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

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

[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

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

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

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

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

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

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

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

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