Re: MD5/SHA1 of new release JARs?

2014-02-16 Thread Daniel Beck
Weird, I always thought that for jarsigner to output 'jar verified', the jar 
I'm checking had to be signed.

On 16.02.2014, at 08:31, Yaniv Kaul myk...@gmail.com wrote:

 Is it possible to publish hash of the new JARs, so at least I can somehow try 
 and verify their integrity? Since it's not packaged in any signed format 
 (RPM, MSI, etc.), it's the least we can do to verify the package authenticity.
 
 Thanks,
 Y.
 
 -- 
 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.


Extend jenkins view: How to add jobs to a new column?

2014-02-16 Thread Stefan Bauer
Hello,

I want to extend Jenkins with Java, Jelly etc. ... 

I already have a new view and I know how to add a new column. But I don't 
know how to add jobs to it. 
How can I add jobs to a new column with code? 

Thanks for your help! :-)

Best Regards
Stefan

-- 
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.


send the content of a file via Jenkins

2014-02-16 Thread Brosh, Yossi
Hi To all,

I need to send the content of a file  via Jenkins .
When I used these pre-send Scripts lines:
def reportPath = build.getWorkspace().child(kuku.txt)
msg.setContent(reportPath.readToString(), text/html);

The file appears in one line, the script seems to remove all the CR+LF .
Any idea ?

BR
Yossi

-- 
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: send the content of a file via Jenkins

2014-02-16 Thread Daniel Beck
This has nothing to do with Jenkins.

How do you get line breaks to appear in an HTML document?

On 16.02.2014, at 12:40, Brosh, Yossi yossi.br...@sap.com wrote:

 Hi To all,
  
 I need to send the content of a file  via Jenkins .
 When I used these pre-send Scripts lines:
 def reportPath = build.getWorkspace().child(kuku.txt)
 msg.setContent(reportPath.readToString(), text/html);
  
 The file appears in one line, the script seems to remove all the CR+LF .
 Any idea ?
  
 BR
 Yossi
  
 
 -- 
 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: send the content of a file via Jenkins

2014-02-16 Thread Brosh, Yossi
Hi ,
Thanks for the quick respond.
I found the way:
${FILE,path=kuku.txt}

It works like a charm .

BR
Yossi

-Original Message-
From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Daniel Beck
Sent: Sunday 16 February 2014 15:36
To: jenkinsci-users@googlegroups.com
Subject: Re: send the content of a file via Jenkins

This has nothing to do with Jenkins.

How do you get line breaks to appear in an HTML document?

On 16.02.2014, at 12:40, Brosh, Yossi yossi.br...@sap.com wrote:

 Hi To all,
  
 I need to send the content of a file  via Jenkins .
 When I used these pre-send Scripts lines:
 def reportPath = build.getWorkspace().child(kuku.txt)
 msg.setContent(reportPath.readToString(), text/html);
  
 The file appears in one line, the script seems to remove all the CR+LF .
 Any idea ?
  
 BR
 Yossi
  
 
 -- 
 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.

-- 
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.


Conditional build steps for maven projects

2014-02-16 Thread varun srivastava
Hi, 

How can I run conditional steps with Maven projects ? For free style 
projects I am able to set up conditional steps but this seems not available 
with Maven projects. 

Additionally I also want to publish findbugs/pmd reports conditionally in 
maven projects. Again this looks possible using flexible publish plugin 
only for free style projects. 

Any help would be highly appreciated. 

-Thanks

-- 
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.