Combination triggers possible?

2015-12-02 Thread uscengineer
Not sure if what I am trying to do is possible.

Here is what I am trying to accomplish:


   - Project A builds at the top of the hour.
   - Project B needs to build 20 minutes later but only if the build in 
   Project A passes.
   
Can this be done?  

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/a096a74d-b265-4195-9bf8-b0aa76736268%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Build/Configuration Manager Opporunity in Orlando, FL

2015-12-02 Thread Victor Martinez
Hi james,

 I wonder if you STOP using this mailing list to post anything like this! 
There are a bunch of different ways of hiring people but I don't really 
think you got the point what a mailing list means!!

Thanks

On Wednesday, 2 December 2015 20:32:12 UTC+1, James Davis wrote:
>
> *Responsibilities:*
>
> 
>   
>  
>
>
> · Automating deployment and release distribution process. 
> Developing and enhancing the automated configuration management system. 
> Controlling branching and merging of the code base.
>
> · Providing/Performing Source Code Management according to SDLC 
> and Release requirements (ie, branches, merges, etc...). 
>
> · Software Build and Deployment:  Performing regular software 
> release build and deployment based on defined process and procedure, 
> including *SOA* based components, J2EE, UNIX Scripts, Oracle PL/SQL build 
> and deployment. Managing, maintaining and deploying to test, acceptance and 
> PROD environments.
>
> · Responsible for analyzing and converting *Ant* projects into 
> *Maven* projects. 
>
> · Proposed and implemented* Maven and Nexus repository* for 
> building the Web projects including the WebServices and created automated 
> reports for the Builds and Test results which QA can access to accelerate 
> the testing process. 
>
> · Developing and maintaining software build and deployment 
> procedures and automation. Maintaining the internal release cycle and 
> deployment on Apache server.
>
> · Primarily responsible for automation and maintained current 
> build farm as well as improving QA and release management procedures. 
>
> · Configuration management activities on *TFS *and Clearcase.
>
> · Responsible for performing Build operations with* ANT* Scripts, 
> while implementing the required modifications in the* ANT* Script to 
> perform build operations, in accordance with requirements of the project.
>
> · Automating builds and deployments for services and Database 
> side.
>
> · Working as a TFS admin – proposed better branching and merging 
> practices and implemented it.
>
> · Automating deployment from development through production.
>
>  
>
> *Environment: - Ant*, *TFS*, Hudson/Jenkins, *Maven*, Websphere, 
> clearcase, Linux, Perl, Shell*.*
>
>
> Trip Davis
>
> Recruiter
>
> SkyBridge Resources
>
> 407.270.4898
>
> jda...@skybridgeresources.com 
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3b3fd835-0856-4adb-bb06-1a1caf581467%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to compiling and installing a Jenkins plugin from GitHub

2015-12-02 Thread Victor Martinez
BTW, That plugin was already forked 
(https://groups.google.com/forum/#!topic/jenkinsci-dev/NVLHCFegfYw)
They haven't released anything yet...

On Wednesday, 2 December 2015 20:05:48 UTC+1, Mark Sinclair wrote:
>
> Thanks for the responses.  Looks like I have to get maven.  This is the 
> plugin I'm hoping to install:  https://github.com/JoelJ/ez-templates
>
>
>
>
> On Wednesday, December 2, 2015 at 1:50:29 PM UTC-5, Jeff Vincent wrote:
>>
>> Maven is the quickest way.   Steps below are oversimplified without 
>> knowing more detail about the project/plugin.
>>
>>1. Install Maven
>>   1. 'sudo apt-get install maven'
>>   2. 
>>   
>> http://apache.mesi.com.ar/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
>>2. Clone git repository
>>   1. git clone 
>>3. Change to project root folder (location of Maven pom.xml file)
>>   1. cd 
>>4. Build it
>>   1. mvn install
>>
>> The HPI will likely be somewhere in the /target/ folder.
>>
>> On Wed, Dec 2, 2015 at 11:37 AM, Mark Sinclair  
>> wrote:
>>
>>>
>>> I'd like to install a plugin from GitHub, that's not available as a 
>>> standard Jenkins plug-in.  I can see this requires a hpi file uploaded on 
>>> the advanced tab in the plug in manager.
>>>
>>> The source files I downloaded don't include the hpi, so I assume I need 
>>> to compile locally to create the hpi then upload it to my Jenkins instance.
>>>
>>> We don't have maven or ant installed on our linux machines (hardware 
>>> team without much software background).  The plug-in tutorial I read shows 
>>> mvn commands to build the hpi.  Is there a way I can use java to compile 
>>> the plugin and create the hpi?  What's the quickest way for me to go from a 
>>> GitHub source directory to a working Jenkins plugin?
>>>
>>> Thanks in advance!
>>>
>>>
>>> -- 
>>> 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-use...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jenkinsci-users/47ab61a9-e892-4bd0-8a9d-04125ba567d5%40googlegroups.com
>>>  
>>> 
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> -- 
>> Jeff Vincent
>> See my LinkedIn profile at:
>> http://www.linkedin.com/in/rjeffreyvincent
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/7e236f10-14e6-4413-8044-3acd2b10958c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hacksgiving Videos

2015-12-02 Thread Victor Martinez
Awesome! Thanks!

On Wednesday, 2 December 2015 20:13:41 UTC+1, R Tyler Croy wrote:
>
>
> I've posted the Hacksgiving videos in this blog post: 
>  
>
> Or more directly, in this YouTube Playlist: 
> <
> https://www.youtube.com/playlist?list=PLN7ajX_VdyaOX2dHsUpLGUMewG_TFdsP2> 
>
>
>
> - R. Tyler Croy 
>
> -- 
>  Code:  
>   Chatter:  
>
>   % gpg --keyserver keys.gnupg.net --recv-key 3F51E16F 
> -- 
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/732535f1-bacf-4341-a54f-60fd0deab70a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2015-12-02 Thread Sami A
YouTube videos of



 U.S. Congress money laundering hearing


of

Saudi Billionaire  " Maan  Al sanea"

 with *bank of America*


and  The  owner of Saad Hospital and  Schools

 in the Eastern Province in *Saudi Arabia*



and the Chairman of the Board of Directors of Awal Bank  in *Bahrain*


With Arabic Subtitles





*موقع اليوتيوب الذي عرض جلسة استماع الكونجرس الأمريكي *

* لمتابعة نشاطات غسل الأموال ونشاطات*



*السعودي معن عبدالواحد الصانع*



*مالك مستشفى  وشركة سعد  ومدارس سعد بالمنطقة الشرقية بالسعودية   ورئيس مجلس
ادارة بنك اوال البحريني*



*مترجم باللغة العربية*



http://www.youtube.com/watch?v=mIBNnQvhU8s

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAE%3DSWV5yW%2BC78C5oaST5icLJ%2B1S4JDpK_On%3DcTikaObKG%2B8jyQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Build/Configuration Manager Opporunity in Orlando, FL

2015-12-02 Thread James Davis


*Responsibilities:*



   


· Automating deployment and release distribution process. 
Developing and enhancing the automated configuration management system. 
Controlling branching and merging of the code base.

· Providing/Performing Source Code Management according to SDLC and 
Release requirements (ie, branches, merges, etc...). 

· Software Build and Deployment:  Performing regular software 
release build and deployment based on defined process and procedure, 
including *SOA* based components, J2EE, UNIX Scripts, Oracle PL/SQL build 
and deployment. Managing, maintaining and deploying to test, acceptance and 
PROD environments.

· Responsible for analyzing and converting *Ant* projects into 
*Maven* projects. 

· Proposed and implemented* Maven and Nexus repository* for 
building the Web projects including the WebServices and created automated 
reports for the Builds and Test results which QA can access to accelerate 
the testing process. 

· Developing and maintaining software build and deployment 
procedures and automation. Maintaining the internal release cycle and 
deployment on Apache server.

· Primarily responsible for automation and maintained current build 
farm as well as improving QA and release management procedures. 

· Configuration management activities on *TFS *and Clearcase.

· Responsible for performing Build operations with* ANT* Scripts, 
while implementing the required modifications in the* ANT* Script to 
perform build operations, in accordance with requirements of the project.

· Automating builds and deployments for services and Database side.

· Working as a TFS admin – proposed better branching and merging 
practices and implemented it.

· Automating deployment from development through production.

 

*Environment: - Ant*, *TFS*, Hudson/Jenkins, *Maven*, Websphere, clearcase, 
Linux, Perl, Shell*.*


Trip Davis

Recruiter

SkyBridge Resources

407.270.4898

jda...@skybridgeresources.com

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/9aa0ec96-57c9-4120-bed8-53add71cea00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Hacksgiving Videos

2015-12-02 Thread R. Tyler Croy

I've posted the Hacksgiving videos in this blog post:


Or more directly, in this YouTube Playlist:




- R. Tyler Croy

--
 Code: 
  Chatter: 

  % gpg --keyserver keys.gnupg.net --recv-key 3F51E16F
--

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/20151202191214.GC23766%40blackberry.coupleofllamas.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Digital signature


Re: How to compiling and installing a Jenkins plugin from GitHub

2015-12-02 Thread Mark Sinclair
Thanks for the responses.  Looks like I have to get maven.  This is the 
plugin I'm hoping to install:  https://github.com/JoelJ/ez-templates




On Wednesday, December 2, 2015 at 1:50:29 PM UTC-5, Jeff Vincent wrote:
>
> Maven is the quickest way.   Steps below are oversimplified without 
> knowing more detail about the project/plugin.
>
>1. Install Maven
>   1. 'sudo apt-get install maven'
>   2. 
>   
> http://apache.mesi.com.ar/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
>2. Clone git repository
>   1. git clone 
>3. Change to project root folder (location of Maven pom.xml file)
>   1. cd 
>4. Build it
>   1. mvn install
>
> The HPI will likely be somewhere in the /target/ folder.
>
> On Wed, Dec 2, 2015 at 11:37 AM, Mark Sinclair  > wrote:
>
>>
>> I'd like to install a plugin from GitHub, that's not available as a 
>> standard Jenkins plug-in.  I can see this requires a hpi file uploaded on 
>> the advanced tab in the plug in manager.
>>
>> The source files I downloaded don't include the hpi, so I assume I need 
>> to compile locally to create the hpi then upload it to my Jenkins instance.
>>
>> We don't have maven or ant installed on our linux machines (hardware team 
>> without much software background).  The plug-in tutorial I read shows mvn 
>> commands to build the hpi.  Is there a way I can use java to compile the 
>> plugin and create the hpi?  What's the quickest way for me to go from a 
>> GitHub source directory to a working Jenkins plugin?
>>
>> Thanks in advance!
>>
>>
>> -- 
>> 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-use...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jenkinsci-users/47ab61a9-e892-4bd0-8a9d-04125ba567d5%40googlegroups.com
>>  
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Jeff Vincent
> See my LinkedIn profile at:
> http://www.linkedin.com/in/rjeffreyvincent
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/e394b299-e71a-40e5-92da-c9074f25053d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to compiling and installing a Jenkins plugin from GitHub

2015-12-02 Thread Victor Martinez
Hi,
 You can read further about hpi generation files via 
maven: http://jenkinsci.github.io/maven-hpi-plugin/
  In order to run it you need to:
   - Install JDK
   - Install maven: https://maven.apache.org/install.html

 Then you can run 'mvn hpi:run' to test that plugin based on a local 
jenkins instance, what probably it's worth to give a go before publishing 
anything in your production environment.

 If you want to create the hpi file then run 'mvn clean package' and
a) copy the resulting ./target/YOURFILE.hpi file to the 
$JENKINS_HOME/plugins directory. Don't forget to restart Jenkins 
afterwards.  
b) or use the plugin management console 
(http://YOURJENKINSURL/pluginManager/advanced) to upload the hpi file. You 
have to restart Jenkins in order to find the plugin in the installed 
plugins list.

Cheers

On Wednesday, 2 December 2015 19:37:08 UTC+1, Mark Sinclair wrote:
>
>
> I'd like to install a plugin from GitHub, that's not available as a 
> standard Jenkins plug-in.  I can see this requires a hpi file uploaded on 
> the advanced tab in the plug in manager.
>
> The source files I downloaded don't include the hpi, so I assume I need to 
> compile locally to create the hpi then upload it to my Jenkins instance.
>
> We don't have maven or ant installed on our linux machines (hardware team 
> without much software background).  The plug-in tutorial I read shows mvn 
> commands to build the hpi.  Is there a way I can use java to compile the 
> plugin and create the hpi?  What's the quickest way for me to go from a 
> GitHub source directory to a working Jenkins plugin?
>
> Thanks in advance!
>
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/dd68629a-6e24-40ab-8ac2-6e5c1233606e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to compiling and installing a Jenkins plugin from GitHub

2015-12-02 Thread Jeff
Maven is the quickest way.   Steps below are oversimplified without knowing
more detail about the project/plugin.

   1. Install Maven
  1. 'sudo apt-get install maven'
  2.
  
http://apache.mesi.com.ar/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz
   2. Clone git repository
  1. git clone 
   3. Change to project root folder (location of Maven pom.xml file)
  1. cd 
   4. Build it
  1. mvn install

The HPI will likely be somewhere in the /target/ folder.

On Wed, Dec 2, 2015 at 11:37 AM, Mark Sinclair 
wrote:

>
> I'd like to install a plugin from GitHub, that's not available as a
> standard Jenkins plug-in.  I can see this requires a hpi file uploaded on
> the advanced tab in the plug in manager.
>
> The source files I downloaded don't include the hpi, so I assume I need to
> compile locally to create the hpi then upload it to my Jenkins instance.
>
> We don't have maven or ant installed on our linux machines (hardware team
> without much software background).  The plug-in tutorial I read shows mvn
> commands to build the hpi.  Is there a way I can use java to compile the
> plugin and create the hpi?  What's the quickest way for me to go from a
> GitHub source directory to a working Jenkins plugin?
>
> Thanks in advance!
>
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/47ab61a9-e892-4bd0-8a9d-04125ba567d5%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Jeff Vincent
See my LinkedIn profile at:
http://www.linkedin.com/in/rjeffreyvincent

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAPJK9%3DLL6%3DQorkh-iekebMOxm_teRoMzj5g3mh7ixOphofvEVQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


How to compiling and installing a Jenkins plugin from GitHub

2015-12-02 Thread Mark Sinclair

I'd like to install a plugin from GitHub, that's not available as a 
standard Jenkins plug-in.  I can see this requires a hpi file uploaded on 
the advanced tab in the plug in manager.

The source files I downloaded don't include the hpi, so I assume I need to 
compile locally to create the hpi then upload it to my Jenkins instance.

We don't have maven or ant installed on our linux machines (hardware team 
without much software background).  The plug-in tutorial I read shows mvn 
commands to build the hpi.  Is there a way I can use java to compile the 
plugin and create the hpi?  What's the quickest way for me to go from a 
GitHub source directory to a working Jenkins plugin?

Thanks in advance!


-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/47ab61a9-e892-4bd0-8a9d-04125ba567d5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Command not found error on bash build script

2015-12-02 Thread Gouri Nair
Thank you. I will get rid of the spaces. I am new to bash scripting hence i 
made that mistake.

On Wednesday, December 2, 2015 at 9:24:08 AM UTC-8, John Mellor wrote:
>
> Gouri quoted:
>
> . . .
>
> then
>
> partnerfolder = "update"
>
> . . .
>
>  
>
> Why do you have spaces around the assignment operator?  That’s not legal 
> in bash or any other normal shell language.
>
>  
>
>  
>
> *From:* jenkins...@googlegroups.com  [mailto:
> jenkins...@googlegroups.com ] *On Behalf Of *Gouri Nair
> *Sent:* December-02-15 11:39
> *To:* Jenkins Users
> *Subject:* Command not found error on bash build script
>
>  
>
> I added a simple if else statement as a part of my bash script.
>
>  
>
> if [[ $xml_name = "xmlnew" ]]
>
> then
>
> partnerfolder = "update"
>
> else
>
> partnerfolder = $partner
>
> fi
>
>  
>
> and when i run the build job, i get this error.
>
> + [[ xmlnew = \x\m\l\n\e\w ]]
>
> + partnerfolder = update
>
> /tmp/hudson3128957863523275001.sh: line 21: partnerfolder: command not found
>
> Build step 'Execute shell' marked build as failure
>
> Finished: FAILURE
>
>  
>
> Can someone tell me what could be wrong?
>
> There are other jobs running on the same jenkins with if-else statements and 
> they seem to be working. Please 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-use...@googlegroups.com .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jenkinsci-users/63d8c0d9-4b7d-4452-a6c5-f724c8859952%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f2b0ddff-35b6-4400-b40c-e42c1b503a3d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Command not found error on bash build script

2015-12-02 Thread Gouri Nair
Thank you. I will keep that in mind.

On Wednesday, December 2, 2015 at 9:01:02 AM UTC-8, Daniel Beck wrote:
>
>
> On 02.12.2015, at 17:38, Gouri Nair > 
> wrote: 
>
> > Can someone tell me what could be wrong? 
>
> Has absolutely nothing to do with Jenkins. It's just invalid bash syntax. 
> Get rid of the space around the '=' char. 
>
> In the future, try whether what you're doing works outside Jenkins before 
> asking for help. If it doesn't work there either, it's likely unrelated to 
> JEnkins. 
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/597aca19-3afb-4b8a-90c5-d1e27130040e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Official Jenkins Training

2015-12-02 Thread Craig Rodrigues
I woud suggest that you:

  (1)  Watch some free Jenkins videos on Youtube:
https://www.youtube.com/results?search_query=jenkins
 Many of them are quite good and give a good introduction.
   (2)  After watching some videos, make a list of topics that you would
like further training.
  Take that list of topics to the different vendors offering
training, and ask them if they
   cover your topics in their training.

--
Craig


On Wed, Dec 2, 2015 at 12:10 AM, Jorge Peña Cotarelo 
wrote:

> Hello from Barcelona,
>
> I am an experienced build/release engineer and I am interested in
> receiving Jenkins training. It would be great if that's an official
> training, but that is not essential. The first option was contacting
> Cloudbees but their training seems to be more focused in the Commercial
> Jenkins Platform plus the commercial plugins. However I am interested in
> training of a more "pure" Open Source Jenkins training.
>
> I ended up in
> https://wiki.jenkins-ci.org/display/JENKINS/Commercial+Support and I am
> currently searching which one would fit.
>
> Does somebody here recommend any of these?
>
> Thank you in advance,
>
> --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/96c72c0d-2cee-4eb3-b302-cc13465adeb7%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAG%3DrPVcZd5RPRxy4k2-uoJO66Gsd7X3PuO3qFxrsS8nbfzDJbg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


RE: Command not found error on bash build script

2015-12-02 Thread John Mellor
Gouri quoted:
. . .
then
partnerfolder = "update"
. . .

Why do you have spaces around the assignment operator?  That’s not legal in 
bash or any other normal shell language.


From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of Gouri Nair
Sent: December-02-15 11:39
To: Jenkins Users
Subject: Command not found error on bash build script

I added a simple if else statement as a part of my bash script.

if [[ $xml_name = "xmlnew" ]]
then
partnerfolder = "update"
else
partnerfolder = $partner
fi

and when i run the build job, i get this error.

+ [[ xmlnew = \x\m\l\n\e\w ]]

+ partnerfolder = update

/tmp/hudson3128957863523275001.sh: line 21: partnerfolder: command not found

Build step 'Execute shell' marked build as failure

Finished: FAILURE



Can someone tell me what could be wrong?

There are other jobs running on the same jenkins with if-else statements and 
they seem to be working. Please 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/63d8c0d9-4b7d-4452-a6c5-f724c8859952%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/843add2c68bb4651bc50de9668673fe2%40mbx01colo01p.esentire.local.
For more options, visit https://groups.google.com/d/optout.


Re: Command not found error on bash build script

2015-12-02 Thread Daniel Beck

On 02.12.2015, at 17:38, Gouri Nair  wrote:

> Can someone tell me what could be wrong?

Has absolutely nothing to do with Jenkins. It's just invalid bash syntax. Get 
rid of the space around the '=' char.

In the future, try whether what you're doing works outside Jenkins before 
asking for help. If it doesn't work there either, it's likely unrelated to 
JEnkins.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/D4A38B2B-940D-4F20-AC27-B9F67776D457%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Command not found error on bash build script

2015-12-02 Thread Gouri Nair
I added a simple if else statement as a part of my bash script.

if [[ $xml_name = "xmlnew" ]]
then
partnerfolder = "update"
else
partnerfolder = $partner
fi

and when i run the build job, i get this error.

+ [[ xmlnew = \x\m\l\n\e\w ]]
+ partnerfolder = update/tmp/hudson3128957863523275001.sh: line 21: 
partnerfolder: command not found
Build step 'Execute shell' marked build as failure
Finished: FAILURE


Can someone tell me what could be wrong?

There are other jobs running on the same jenkins with if-else statements and 
they seem to be working. Please 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/63d8c0d9-4b7d-4452-a6c5-f724c8859952%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Starting slave agents via SSH fails, Ubuntu 12.04

2015-12-02 Thread 孟广毅
yes ,it is  java version is too old on the failed slave ,  you can  see 
which java used  befor " Starting slave process: cd 
"/home/build/jenkins-workspace" 
&& java  -jar slave.jar",so you  can modify the JavaPath in the slave 
config page.

在 2015年10月7日星期三 UTC+8上午4:34:26,Mark Waite写道:
>
> The remote machine is probably configured to run a java version which is 
> too old.  For example, you may have Java 6 installed on the Ubuntu 12.04 
> machine when you need to install Java 7.
>
> If Java 7 is installed on the Ubuntu 12 machine, then you may need to 
> configure the Jenkins slave to run with that java instead of the default 
> Java on the Ubuntu 12 machine.
>
> Mark Waite
>
> On Tue, Oct 6, 2015 at 2:31 PM Zach La Celle  > wrote:
>
>> When I try to start a slave agent on my Ubuntu 12.04 machine (the master 
>> is running 14.04), I get the following error:
>>
>> [10/06/15 16:26:42] [SSH] Starting slave process: cd 
>> "/home/build/jenkins-workspace" && java  -jar slave.jar
>> <===[JENKINS REMOTING CAPACITY]===>channel started
>> hudson.util.IOException2: Slave JVM has not reported exit code. Is it 
>> still running?
>> at hudson.plugins.sshslaves.SSHLauncher.startSlave(SSHLauncher.java:984)
>> at hudson.plugins.sshslaves.SSHLauncher.access$400(SSHLauncher.java:137)
>> at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:725)
>> at hudson.plugins.sshslaves.SSHLauncher$2.call(SSHLauncher.java:706)
>> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
>> at 
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>> at 
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> at java.lang.Thread.run(Thread.java:745)
>> Caused by: java.io.IOException: Remote call on Ubuntu1204-amd64-1 failed
>> at hudson.remoting.Channel.call(Channel.java:786)
>> at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:493)
>> at hudson.slaves.SlaveComputer.setChannel(SlaveComputer.java:366)
>> at hudson.plugins.sshslaves.SSHLauncher.startSlave(SSHLauncher.java:976)
>> ... 7 more
>> Caused by: java.lang.ClassFormatError: Failed to load 
>> hudson.slaves.SlaveComputer$SlaveVersion
>> at 
>> hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:340)
>> at hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:251)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
>> at java.lang.Class.forName0(Native Method)
>> at java.lang.Class.forName(Class.java:274)
>> at 
>> hudson.remoting.MultiClassLoaderSerializer$Input.resolveClass(MultiClassLoaderSerializer.java:113)
>> at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1611)
>> at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1516)
>> at 
>> java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1770)
>> at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1349)
>> at java.io.ObjectInputStream.readObject(ObjectInputStream.java:369)
>> at hudson.remoting.UserRequest.deserialize(UserRequest.java:185)
>> at hudson.remoting.UserRequest.perform(UserRequest.java:99)
>> at hudson.remoting.UserRequest.perform(UserRequest.java:49)
>> at hudson.remoting.Request$2.run(Request.java:326)
>> at 
>> hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68)
>> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
>> at java.util.concurrent.FutureTask.run(FutureTask.java:166)
>> at 
>> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1146)
>> at 
>> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>> at java.lang.Thread.run(Thread.java:701)
>> at ..remote call to Ubuntu1204-amd64-1(Native Method)
>> at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1413)
>> at hudson.remoting.UserResponse.retrieve(UserRequest.java:221)
>> at hudson.remoting.Channel.call(Channel.java:778)
>> ... 10 more
>> Caused by: java.lang.UnsupportedClassVersionError: 
>> hudson/slaves/SlaveComputer$SlaveVersion : Unsupported major.minor version 
>> 51.0
>> at java.lang.ClassLoader.defineClass1(Native Method)
>> at java.lang.ClassLoader.defineClass(ClassLoader.java:643)
>> at java.lang.ClassLoader.defineClass(ClassLoader.java:489)
>> at 
>> hudson.remoting.RemoteClassLoader.loadClassFile(RemoteClassLoader.java:338)
>> at hudson.remoting.RemoteClassLoader.findClass(RemoteClassLoader.java:251)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
>> at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
>> at java.lang.Class.forName0(Native Method)
>> at java.lang.Class.forName(Class.java:274)
>> at 
>> hudson.remoting.MultiClassLoaderSerializer$Input.resolveClass(MultiClassLoaderSerializer.java:113)
>> at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1611)
>> at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1516)
>> at 
>> java.io.O

Re: FYI: JENKINS-31850 Tool installers and Java 1.8 build 65+

2015-12-02 Thread Mark Waite
When you say "tool installers", does that include automatic installation of
JDK from java.sun.com, and automatic installation of maven from apache?

I've seen surprising behavior from docker images I've been using, and if
this is the explanation.

I created a docker image using Java 8 and configured it to automatically
install JDK 6, JDK 7, JDK 8, Maven 3.2.5, Maven 3.3.9, and Ant 1.9.6.  The
image seemed to run well on a few different machines where I was testing
it.  However, sometimes the pick list in the "Configure System" page (for
example under the "JDK Installations" button or under the "Maven
installations" button) would stop showing the possible choices from the
vendor download site.  Similarly, sometimes when a job on a reasonably
fresh started copy of that docker image needed a tool installer, the job
would instead fail with a message that "3.2.5 is not a valid identifier"
(for Maven).

I eventually resolved the inconsistency by always downloading tools from a
local copy on a web server instead of relying on the vendor site to provide
that tool version.

Is the case I was seeing possibly a manifestation of the Java 8u65 change
to disallow shorter keys?

Mark Waite

On Wed, Dec 2, 2015 at 4:35 AM Stephen Connolly <
stephen.alan.conno...@gmail.com> wrote:

> Just an FYI
>
> https://issues.jenkins-ci.org/browse/JENKINS-31850
>
> Basically if you want the tool installers to be downloaded into your
> Jenkins instance, unless you muck about with the system properties that
> will enable the certificates with short RSA to work on your Java 8 build
> 65+ you may be forced to stay on build 60 or earlier.
>
> -Stephen
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jenkinsci-dev+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-dev/CA%2BnPnMy_2bxu676-ZWSXdxMRKKJSytfnORUax%2Bj5_aHaCcV9sw%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtEjPkfRL1F99UJK_wHQ5KvCZkoSf6%3D16MYY14wEFUz1Wg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins job

2015-12-02 Thread Victor Martinez
Probably you need to describe in details what you really need. Jenkins jobs 
are normally async, if you need a monitoring system, probably it's worth if 
you use Zabbix or another alternative system instead. 

Cheers

On Tuesday, 1 December 2015 23:16:46 UTC+1, GBANE FETIGUE wrote:
>
> Hi buddy 
>
> I need ideas about a jenkins job that I want to create . I have the idea 
> but I don't really know where to get started. 
> I have a web app displaying server status. and whenever the status is good 
> the results is " like a boss" which mean positive and when is bad it 
> displays " horrible" which is negative. 
> I want to create a job for that. any ideas about how it should be written. 
> I want to mention that the app on the server is nodejs application. 
>
> 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/d9e0f6e6-fd3d-4a05-8c9f-0ad3ba09b19c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: How to run/execute few tests of a job on multiple nodes in jenkins

2015-12-02 Thread Victor Martinez
You can read the below post:
- 
https://groups.google.com/forum/#!searchin/jenkinsci-dev/mvn$20test|sort:date/jenkinsci-dev/PoM9Z-oXIjM/ISEGP9plBgAJ

It might help you

On Tuesday, 1 December 2015 22:50:29 UTC+1, Amit Mehrotra wrote:
>
> HI,
>
> Is there a way to load balance the tests which we have in a job in 
> Jenkins. Suppose a job is supposed to run 6 tests on 3 nodes, is there a 
> way that we can run 2 tests each at the same time on each node. For e.g 
> Tests are - A,B, C, D,E,F 
>
> Nodes are - 1,2,3
>
> Can we some how run tests A,B on node 1 tests C,D on node 2 and tests E,F 
> on node 3 or any 2 tests on any node at the same time so that all the 3 
> nodes are being utilized effectively at the same time.
>
> Any help would be highly appreciated.
>
> Thanks, 
>
> Amit
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/fb25518f-59ab-40f5-911b-a8ce3c1c612c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


FYI: JENKINS-31850 Tool installers and Java 1.8 build 65+

2015-12-02 Thread Stephen Connolly
Just an FYI

https://issues.jenkins-ci.org/browse/JENKINS-31850

Basically if you want the tool installers to be downloaded into your
Jenkins instance, unless you muck about with the system properties that
will enable the certificates with short RSA to work on your Java 8 build
65+ you may be forced to stay on build 60 or earlier.

-Stephen

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CA%2BnPnMy_2bxu676-ZWSXdxMRKKJSytfnORUax%2Bj5_aHaCcV9sw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Commit hook causes not respecting choice parameter defaults

2015-12-02 Thread Dave Save
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/3334946d-2364-4dc9-834b-cc5ac6d06a30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Official Jenkins Training

2015-12-02 Thread Jorge Peña Cotarelo
Hello from Barcelona,

I am an experienced build/release engineer and I am interested in receiving 
Jenkins training. It would be great if that's an official training, but 
that is not essential. The first option was contacting Cloudbees but their 
training seems to be more focused in the Commercial Jenkins Platform plus 
the commercial plugins. However I am interested in training of a more 
"pure" Open Source Jenkins training.

I ended up in 
https://wiki.jenkins-ci.org/display/JENKINS/Commercial+Support and I am 
currently searching which one would fit.

Does somebody here recommend any of these?

Thank you in advance,

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/96c72c0d-2cee-4eb3-b302-cc13465adeb7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.