RE: Some error ! Simple ping failed

2014-12-22 Thread David Aldrich
Hi Can anyone help with this please? BR David --- Hi Our Jenkins instance is logging a lot messages of type: Dec 18, 2014 4:13:40 PM SEVERE org.jinterop.dcom.core.PingObject read Some error ! Simple ping failed , hresult:

Re: Error getting the SSL context object

2014-12-22 Thread shanmusu
Thanks Steve. I created a new jenkins.jks keystore with same password as the private key which is imported into the keystore, it worked!! -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/Error-getting-the-SSL-context-object-tp4723787p4732030.html Sent from the Jenkins

AW: Some error ! Simple ping failed

2014-12-22 Thread Steffen Breitbach
Maybe not getting an answer means no one does have an answer? People do read this group and usually respond if they can help. Begging for help won’t help in getting an answer faster… or at all. Please do stop doing that. Thanks Von: jenkinsci-users@googlegroups.com

[WorkFlow plugin] Simple build

2014-12-22 Thread El alaoui Mohamed Reda
Hello, I'd like to try jenkins workflow plugin, how can i do it : 1 : check out my simple maven project from svn with login and password 2 : start mvn clean install Thanks a lot. -- *Mohamed Reda, El alaoui* -- You received this message because you are subscribed to the Google Groups Jenkins

Re: [WorkFlow plugin] Simple build

2014-12-22 Thread Stefan Lorenz
You can read the tutorial https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md and you can use the Snippet Generator at the bottom of the workflow section... Am Montag, 22. Dezember 2014 11:39:11 UTC+1 schrieb Capfo: Hello, I'd like to try jenkins workflow plugin, how can

Re: [WorkFlow plugin] Simple build

2014-12-22 Thread Stefan Lorenz
in the Snippet Generator choose General SCM for checkout and Shell Script for mvn clean install Am Montag, 22. Dezember 2014 11:51:46 UTC+1 schrieb Stefan Lorenz: You can read the tutorial https://github.com/jenkinsci/workflow-plugin/blob/master/TUTORIAL.md and you can use the Snippet

RE: Some error ! Simple ping failed

2014-12-22 Thread David Aldrich
Sorry for the repeated posts. A restart seems to have fixed the ping problem for now. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Steffen Breitbach Sent: 22 December 2014 09:31 To: jenkinsci-users@googlegroups.com Subject: AW: Some error !

Re: [WorkFlow plugin] Simple build

2014-12-22 Thread El alaoui Mohamed Reda
Hi Stefan, thank you for your response. when i try to use Snippet Generator i choose General SCM the SCM list is empty see picture inbox 2014-12-22 11:51 GMT+01:00 Stefan Lorenz lorenz.ste...@gmail.com: You can read the tutorial

Re: [WorkFlow plugin] Simple build

2014-12-22 Thread El alaoui Mohamed Reda
which plugin must i install to have the svn information in Snippet Generator 2014-12-22 12:10 GMT+01:00 El alaoui Mohamed Reda inforedas...@gmail.com: Hi Stefan, thank you for your response. when i try to use Snippet Generator i choose General SCM the SCM list is empty see picture inbox

Re: [WorkFlow plugin] Simple build

2014-12-22 Thread El alaoui Mohamed Reda
thank's it's ok with http://mirrors.jenkins-ci.org/plugins/subversion/2.5-beta-4/ 2014-12-22 12:28 GMT+01:00 El alaoui Mohamed Reda inforedas...@gmail.com: which plugin must i install to have the svn information in Snippet Generator 2014-12-22 12:10 GMT+01:00 El alaoui Mohamed Reda

Re: Grape support in Worflow Plugin and JAR support in cps-global-lib?

2014-12-22 Thread Kenneth Baltrinic
Sorry, been bouncing between projects and must has suffered a brain-infarct. I completely forgot about the conversation in JIRA. I have opened an appropriate (I hope) ticket. On Sunday, December 21, 2014 6:05:43 AM UTC-5, Daniel Beck wrote: Jira would be the correct site for feature

newbie workspace cleanup issue

2014-12-22 Thread Ross Lippert
I’m trying to set up a job with an incremental SCM trigger and a clean workspace nightly trigger. From what I can see, the right way to do this is to set up both triggers (SCM and Build Periodically), and then set “Delete workspace before build starts” so that it checks the parameter

displayName openid plugin jenkins

2014-12-22 Thread j shaik
Hi, I am not able to figure where to tinker in order to solve this. Problem description: CAS is configured with LDAP and openid and used as authentication for my Jenkins server. After successful login from CAS, it gets redirected back to my jenkins server page. However on the top right

Double quotes in execute shell

2014-12-22 Thread Roman Naumenko
Hi, What's the proper way to pass variable like this? #!/bin/bash python manage.py config_server --base_dir /app/vr1 --socket :4555 test -u ubuntu -g ubuntu --extra logger=syslog:uwsgi-omega --extra log-format=%(addr) - %(user) [%(ltime)] %(method) %(uri) %(proto) %(status) %(size) %(referer)

Re: [WorkFlow plugin] Simple build

2014-12-22 Thread Les Mikesell
On Mon, Dec 22, 2014 at 5:53 AM, El alaoui Mohamed Reda inforedas...@gmail.com wrote: thank's it's ok with http://mirrors.jenkins-ci.org/plugins/subversion/2.5-beta-4/ How do you get that to work with the LTS 1.580.2 jenkins release? -- Les Mikesell lesmikes...@gmail.com -- You

junit is publishing test report

2014-12-22 Thread Murali
Hi, Installed junit. I gave path as below: *Publish JUnit test result report* [image: [Help]] http://162.243.236.49:8090/job/Niraman/configure# Test report XMLs Fileset ‘includes’ http://ant.apache.org/manual/Types/fileset.html setting that specifies the generated raw XML report files, such as

RE: junit is publishing test report

2014-12-22 Thread Ginga, Dick
These publishers do not do well with \’s, use/’s From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Murali Sent: Monday, December 22, 2014 1:36 PM To: jenkinsci-users@googlegroups.com Subject: junit is publishing test report Hi, Installed junit. I

Inverse Git Poller building all branches on each interval

2014-12-22 Thread Jay Perry
Hi, I have a jenkins build that I only want to build for branches so I am using the Inverse feature but it seems the build is running on each scheduled interval because my branch doesn't have the same commit hash as master. See my setting below:

jenkins conditional matrix - combination filter does not work

2014-12-22 Thread malferns
I have these axis defined: platform: a, b, c mode: m board_type: x, y Would like to only build these combinations: a/x a/y b/x c/x These combos should be excluded: b/y c/y So I created a combination filter (however, this does not work and it builds all the combinations.): !(platform == b

Re: Double quotes in execute shell

2014-12-22 Thread Roman Naumenko
Never mind, python app wasn't processing arguments correctly. On Monday, December 22, 2014 11:33:46 AM UTC-5, Roman Naumenko wrote: Hi, What's the proper way to pass variable like this? #!/bin/bash python manage.py config_server --base_dir /app/vr1 --socket :4555 test -u ubuntu -g ubuntu

AUTO: Andreas Schilling/Twt-Gmbh is out of the office. (Rückkehr am 07.01.2015)

2014-12-22 Thread Andreas Schilling
Ich kehre zurück am 07.01.2015. Bitte wenden Sie sich in dringenden Fällen an Dr. Thorsten Scheibler (thorsten.scheib...@twt-gmbh.de) oder telefonisch an das TWT Sekretariat Tel: +49-7111/215777-0. Hinweis: Dies ist eine automatische Antwort auf Ihre Nachricht newbie workspace cleanup

Connection lost during build execution

2014-12-22 Thread Tomas Pekarovic
Hi All we're using jenkins with slaves to execute automation tests on remote machines. Slaves are configured to connect to master and master build steps are executing against this slaves. Example: Server (Execution of tests using slaves) Slave1 (windows XP) Slave2 (windowx 7) Slave3