Re: Exception when I try to trigger buildflow job from workflow job

2016-05-11 Thread Craig Rodrigues
Hi,

Sorry for the delay.  This fix is now in build-flow-plugin 0.19.  Please
give it a try and provide feedback.

--
Craig


On Sun, Jan 24, 2016 at 1:42 PM, EK  wrote:

> Hi Craig,
>
> Looks like issue is solved and now can run build flow job from workflow
> job.
> Many thanks for that as now I don't need to convert all my build flow jobs
> to workflow.
>
> question :
> will this be an official fix to the build flow plugin?
>
> Best Regards
>
>
>
>
> On Sunday, January 24, 2016 at 10:56:59 PM UTC+2, Craig Rodrigues wrote:
>>
>> Hi,
>>
>> It looks like you are running under Windows.  I'm not sure if the tests
>> run under Windows.
>> Try:
>>
>> mvn -DskipTests install
>>
>> --
>> Craig
>>
>> On Jan 24, 2016 4:05 AM, "EK"  wrote:
>> >
>> > Hi ,
>> > I tired to follow your instruction to build the buildflow plugin and
>> and got the following failures :
>> >
>> > [ERROR]
>> > [ERROR] Please refer to
>> C:\GitTests\build-flow-plugin\target\surefire-reports for the individual
>> test results.
>>
>

-- 
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%3DrPVfvZevvW8UrbubEXo0%2BkcsAXj-MNrZbL85bi5VzJ6WczQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Update remote Git repository with Jenkins

2016-05-11 Thread Mark Waite
Jenkins credentials work on slaves as well on master.  The same credentials
are used on master and on all slaves.

Mark Waite

On Wed, May 11, 2016 at 2:24 PM Daniel Koch 
wrote:

> Hi Mark,
>
> yes. I think the problem is not by the plugin :-)
>
> I recreated a new public key and tried again the git plugin. This works
> now. It updates a git clone in the Jenkins workspace, as expected.
>
> But back to my initial plan. I want to trigger an git update, chekout, ...
> on a remote server. This should also be possible?
>
> Here I get the same error.
>
> Without Jenkins (only cli) I would for example login with ssh -A to
> activate the ssh agent forwarding and I'll able lo connect to the git
> repository (permissions provided).
>
> How would you solve that scenario?
>
> Thanks,
> Daniel
>
>
> Am Mittwoch, 11. Mai 2016 07:18:04 UTC+2 schrieb Daniel Koch:
>>
>> Hi,
>>
>> I want to setup a simple Jenkins job for managing (f.e. updating) my
>> existing remote git repository (Bitbucket server) with the following
>> criterias:
>>
>>- Authentication on the remote using ssh key authentication
>>- Git authentication using configured access key
>>
>> I installed the following plugins:
>> Setup SSH Agent Plugin (ssh-agent
>> )
>> SSH plugin (ssh
>> )
>>
>> What I did so far:
>>
>>1. Configure ssh key identity to login to the remote maschine
>>(private key, password)
>>2. Configure a SSH host for the remote under "Manage Jenkins"
>>3. Configure a Jenkins job with "Build Environment": Selecting the
>>configured ssk key (1.) under "SSH Agent"
>>4. Under "Build" I add a "Execute shell script on remote host using
>>ssh". Here I add for example git fetch
>>5. I also add the public key on the remote under authorized_keys
>>6. On Bitbucker server I add the ssh public key as an "Access key"
>>
>> What happens if I "run" the job:
>> Started by user 
>> Building in workspace /workspace/
>> [ssh-agent] Looking for ssh-agent implementation...
>> [ssh-agent] Java/JNR ssh-agent
>> [ssh-agent] Started.
>> [ssh-agent] Using credentials 
>> executing script:
>>
>> git fetch
>> Permission denied (publickey).
>> fatal: The remote end hung up unexpectedly
>> [SSH] exit-status: 128
>> Build step 'Execute shell script on remote host using ssh' marked build
>> as failure
>> [ssh-agent] Stopped.
>> Finished: FAILURE
>>
>> I think the problem is the proper authentication against the git
>> repository. I would expect here that the job is using the identity of the
>> configured ssh key identity?!
>>
>> Thanks,
>> Daniel
>>
> --
> 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/7d9dc97f-14e2-418b-9b95-f6607f110773%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/CAO49JtEYVKg%2BKaa%3Dvqj8ey_CCgPE09zR_GB%3D4ML8GNCs5SuOdg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Azure and latency issues

2016-05-11 Thread R. Tyler Croy
(replies inline)

On Wed, 11 May 2016, Jo Shields wrote:

> Hi all,
> 
> I'm observing a problem with our new Jenkins master, running on an Ubuntu
> VM on a high-spec Azure instance - latency between master and workers is
> *crazy* high. Like 30 plus seconds:
> https://jenkins.mono-project.com/computer/. The SSH-based workers can
> generally survive that, but the JNLP workers time out and kill running jobs
> (we're using JNLP for non-cloud workers as it makes our network management
> way simpler). And Jenkins does a pretty dreadful job of keeping track of
> whether workers are connected or not, so I end up having to restart the
> master to kick-start things. It's basically a nightmare.
> 
> It seems we're not the only people running Jenkins on Azure showing obscene
> response times, e.g. http://dotnet-ci.cloudapp.net/computer/ - so the
> question is whether anyone else on the list has observed this, or (even
> better) resolved it.
> 
> The master isn't under high IO, network, memory or CPU load, seems well
> supplied with entropy; and the failures don't seem to correlate with Java
> GC pauses; so I'm not sure where to point the finger.



That is some pretty awful latency. I'm cuhrious whether the master/agents are
on different Virtual Networks? Have you also reached out to Azure support about
this?

Since this is primarily affecting the JNLP agents, I would be skeptical of what
software-defined-networking stuff inside Azure might be doing to that traffic
that it is not doing to SSH traffic.

I would be surprised if the JNLP support in Jenkins were the culprit



- 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/20160511180024.GX30995%40blackberry.coupleofllamas.com.
For more options, visit https://groups.google.com/d/optout.


signature.asc
Description: Digital signature


Re: Update remote Git repository with Jenkins

2016-05-11 Thread Mark Waite
That's the correct plugin.  It works in many thousands of installations, so
I'm reasonably confident it should work in your installation as well.

You may want to check that you've registered the credential correctly in
the Jenkins server and that the git version you're using is at least git
version 1.7.10.  Versions older than 1.7.10 don't supoprt authentication
with the git plugin.

Mark Waite

On Wed, May 11, 2016 at 10:35 AM Daniel Koch 
wrote:

> Hi Mark,
>
> Yes. You mean this
>  one? I also
> tried this and get the following error:
> Failed to connect to repository : Command "/usr/local/bin/git -c
> core.askpass=true ls-remote -h ssh://git@:7999/.git
> HEAD" returned status code 128:
> stdout:
> stderr: Permission denied (publickey).
> fatal: Could not read from remote repository.
>
> Please make sure you have the correct access rights
> and the repository exists.
>
> I think the error itself is clear but I am pretty sure that I add the the
> user to the "Access keys" in Bitbucket server.
>
> Thanks,
> Daniel
>
> Am Mittwoch, 11. Mai 2016 13:16:20 UTC+2 schrieb Mark Waite:
>
>> Rather than preform the got fetch in a shell script,  you will have
>> better luck with the git plugin. It allows you to define the repository and
>> credentials,  then it does the work
>>
>> On Tue, May 10, 2016, 11:18 PM Daniel Koch  wrote:
>>
> Hi,
>>>
>>> I want to setup a simple Jenkins job for managing (f.e. updating) my
>>> existing remote git repository (Bitbucket server) with the following
>>> criterias:
>>>
>>>- Authentication on the remote using ssh key authentication
>>>- Git authentication using configured access key
>>>
>>> I installed the following plugins:
>>> Setup SSH Agent Plugin (ssh-agent
>>> )
>>> SSH plugin (ssh
>>> )
>>>
>>> What I did so far:
>>>
>>>1. Configure ssh key identity to login to the remote maschine
>>>(private key, password)
>>>2. Configure a SSH host for the remote under "Manage Jenkins"
>>>3. Configure a Jenkins job with "Build Environment": Selecting the
>>>configured ssk key (1.) under "SSH Agent"
>>>4. Under "Build" I add a "Execute shell script on remote host using
>>>ssh". Here I add for example git fetch
>>>5. I also add the public key on the remote under authorized_keys
>>>6. On Bitbucker server I add the ssh public key as an "Access key"
>>>
>>> What happens if I "run" the job:
>>> Started by user 
>>> Building in workspace /workspace/
>>> [ssh-agent] Looking for ssh-agent implementation...
>>> [ssh-agent] Java/JNR ssh-agent
>>> [ssh-agent] Started.
>>> [ssh-agent] Using credentials 
>>> executing script:
>>>
>>> git fetch
>>> Permission denied (publickey).
>>> fatal: The remote end hung up unexpectedly
>>> [SSH] exit-status: 128
>>> Build step 'Execute shell script on remote host using ssh' marked build
>>> as failure
>>> [ssh-agent] Stopped.
>>> Finished: FAILURE
>>>
>>> I think the problem is the proper authentication against the git
>>> repository. I would expect here that the job is using the identity of the
>>> configured ssh key identity?!
>>>
>>> Thanks,
>>> Daniel
>>>
>>> --
>>> 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/3312a938-ffd7-4872-820b-591a8b855581%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/7e9378a7-ab74-4a23-8182-35fd3ff332c8%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/CAO49JtE4t_bYBDyPm9oCtA2kSLv0icrMjz7yu2abrB6RwCOgkg%40mail.gmail.com.
For more options, visit 

Re: Jenkins using a lot more resources after upgrade

2016-05-11 Thread Ugo Bellavance


On Wednesday, May 11, 2016 at 12:32:59 PM UTC-4, John Mellor wrote:
>
> Yeah, I’m seeing that too, and I am also running Jenkins 1.656 version.  
> I’m only running about 400 jobs in Jenkins with 11 slaves, so it’s 
> definitely not the busiest build environment out there.  I’ve currently 
> bumped the heap up to 5GB, and still do not have anywhere near enough to 
> run the backup plugin for example.  I’m thinking of doubling it to see if 
> that helps, but your experience seems to say that this is also not going to 
> be enough.
>

I could try increasing again, but it doesn't make much sense.
 

>  
>
> This problem is also scaring me about whether unreasonable resource 
> utilization has been corrected in a near-future upgrade to Jenkins 2.2…
>

It's partly comforting, but also scary to see that we're not alone with 
this problem.  Yes, it would be interesting to know if it has been fixed in 
version 2, and it would also be nice to know when this problem was 
introduced and if we can downgrade to a know working version.  Should we 
open a bug in jenkins's JIRA? Have you 
seen https://issues.jenkins-ci.org/browse/JENKINS-34573? Have you generated 
a heap dump? I'm not too familiar with that (yet).

Ugo

-- 
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/d8605af0-9c53-434c-9d10-6b82fd762cf7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Update remote Git repository with Jenkins

2016-05-11 Thread Daniel Koch
Hi Mark,

Yes. You mean this  
one? I also tried this and get the following error:
Failed to connect to repository : Command "/usr/local/bin/git -c 
core.askpass=true ls-remote -h ssh://git@:7999/.git HEAD" 
returned status code 128:
stdout: 
stderr: Permission denied (publickey). 
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

I think the error itself is clear but I am pretty sure that I add the the 
user to the "Access keys" in Bitbucket server.

Thanks,
Daniel

Am Mittwoch, 11. Mai 2016 13:16:20 UTC+2 schrieb Mark Waite:
>
> Rather than preform the got fetch in a shell script,  you will have better 
> luck with the git plugin. It allows you to define the repository and 
> credentials,  then it does the work
>
> On Tue, May 10, 2016, 11:18 PM Daniel Koch  > wrote:
>
>> Hi,
>>
>> I want to setup a simple Jenkins job for managing (f.e. updating) my 
>> existing remote git repository (Bitbucket server) with the following 
>> criterias:
>>
>>- Authentication on the remote using ssh key authentication
>>- Git authentication using configured access key
>>
>> I installed the following plugins:
>> Setup SSH Agent Plugin (ssh-agent 
>> )
>> SSH plugin (ssh 
>> )
>>
>> What I did so far:
>>
>>1. Configure ssh key identity to login to the remote maschine 
>>(private key, password)
>>2. Configure a SSH host for the remote under "Manage Jenkins"
>>3. Configure a Jenkins job with "Build Environment": Selecting the 
>>configured ssk key (1.) under "SSH Agent"
>>4. Under "Build" I add a "Execute shell script on remote host using 
>>ssh". Here I add for example git fetch
>>5. I also add the public key on the remote under authorized_keys
>>6. On Bitbucker server I add the ssh public key as an "Access key"
>>
>> What happens if I "run" the job:
>> Started by user 
>> Building in workspace /workspace/
>> [ssh-agent] Looking for ssh-agent implementation...
>> [ssh-agent] Java/JNR ssh-agent
>> [ssh-agent] Started.
>> [ssh-agent] Using credentials 
>> executing script:
>>
>> git fetch
>> Permission denied (publickey).
>> fatal: The remote end hung up unexpectedly
>> [SSH] exit-status: 128
>> Build step 'Execute shell script on remote host using ssh' marked build 
>> as failure
>> [ssh-agent] Stopped.
>> Finished: FAILURE
>>
>> I think the problem is the proper authentication against the git 
>> repository. I would expect here that the job is using the identity of the 
>> configured ssh key identity?!
>>
>> Thanks,
>> Daniel
>>
>> -- 
>> 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/3312a938-ffd7-4872-820b-591a8b855581%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/7e9378a7-ab74-4a23-8182-35fd3ff332c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins crashes when I try to add scriptler as a post-build action

2016-05-11 Thread Guy Matz
Right, but i can add a scriptler script as one of the tasks of the "Execute
a set of scripts" Post-Build . . .  from there is where I'm getting this
error

On Wed, May 11, 2016 at 12:55 AM, Cuong Tran  wrote:

> I don't think you can add a scriptler script as a post-build action.  You
> must have done it via "Use Publisher from another project".
>
>
> On Tuesday, May 10, 2016 at 8:33:33 AM UTC-7, Guy Matz wrote:
>>
>> Hi!  I'm getting a Stack trace
>>  when trying to a a
>> scriptler script as a post-build action.
>>
>> The section of stacktrace below - from the link above - looks important,
>> but my untrained eye may be missing something:
>>
>> Caused by: java.lang.IllegalArgumentException: Failed to instantiate
>> interface hudson.tasks.BuildStep from
>> {"backupJobName":"","builderId":"","scriptlerScriptId":"triggerYumReindex.groovy","propagateParams":true,"defineParams":{"parameters":{"name":"SIDECAR_ENV","value":"ci"}},"stapler-class":"org.jenkinsci.plugins.scriptler.builder.ScriptlerBuilder","$class":"org.jenkinsci.plugins.scriptler.builder.ScriptlerBuilder"}
>>
>> Any help would be greatly appreciated.
>>
>>
>> Regards,
>>
>> Guy
>>
>> --
> 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/d2c81a30-865a-40c8-87fb-99c071f21133%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/CABnTgtV5cKvOWjE9N_FhXyB6vZYd4D0iV4oX3aytwqvaTodWzQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins using a lot more resources after upgrade

2016-05-11 Thread Ugo Bellavance
Hi,

After some testing we upgraded Jenkins in production, from 1.617-1.1 
to 1.656-1.1 on April 20. However, since the upgrade we're running into 
problems that we never saw before and it's now kind of out of control:


   - We had to raise the nofile parameter in limits.conf for the jenkins 
   user because we were getting "Too many open files" errors. We raised it to 
   8192 soft, 10240 hard on April 28th. By looking into /proc/pid/ld/ I found 
   out that most of these files where inet sockets. Got these errors again on 
   May 8th and 9th. I didn't change anything yet for that issue
   - We had to raise the java heap memory. It was at -Xmx4096m, we raised 
   it to -Xmx7168m, then to -Xmx10752m and adjusted the vRAM allocation for 
   this VM accordingly, but it doesn't solve the problem, we're still getting 
   "java.lang.OutOfMemoryError: Java heap space" errors.  When that starts 
   happening, we have to restart jenkins because the web interface is not 
   responding anymore (which makes it difficult to troubleshoot because we 
   can't really tell what is running at this moment.

Note that we do run Selenium testing through IC, but nothing has changed 
drastically after the upgrade. RHEL updates were applied a few days before 
(Apr 6th) and that include a minor update to Firefox (38.0 => 38.7). We're 
using openjdk java JRE. Was updated to 1.7.0.99 (from 1.7.0.79) on April 
6th, 1.7.0.101 on May 2nd.

Has anyone experienced something similar?  What are my best options? Our 
workaround now is to restart jenkins manually when needed.


   - Would it be possible to rollback to 1.617 without breaking anything?
   - Try the LTS version (that would mean a downgrade - would it break 
   stuff?)
   - Jump to version 2 (2.2-1.1 available)
   - Inspect the JVM's memory
   - Any other idea is welcome

Thanks in advance,

Ugo

-- 
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/4e6f40ca-cbf7-41b4-874e-18df1c04f9ce%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


how can we use artifacts from the job running on the another jenkins machine ?

2016-05-11 Thread Ganesh Kumbhar
Hello EveryOne,

I don't have much experience with Jenkins configurations but now I am using 
it more frequently for continues integration & builds.

I have one doubt like briefed in subject : 
Normally, we can use artifacts of the other job from the same machine as 
shown in simple scenario attachment.

But if I want to copy artifacts from some another Jenkins machine, then is 
it possible ?, if yes, how?


Thank You! 

-- 
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/9a17dedc-b07a-48b6-940a-13ea8034ef20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread Daniel Beck

> On 11.05.2016, at 14:41, S C  wrote:
> 
> However: the page only talks about POSTing to URL, says nothing about sending 
> URL parameters with PUT (or GET), and also recommends - guess what - the 
> "hackish" way of sending the params as form data! It even says that using the 
> remote trigger plugin is "deprecated" so... if I'm not mistaking it goes 
> exactly against all the recommendations above.

Yes, the parameters. Not the JSON object.

Due to the problems with requiring read access to use the token you 
experienced, I generally recommend against using the trigger token. We really 
should move this into a plugin and let it fade away…

> Now if only GETting from that trigger address would return me "building job 
> xyz..." if still building and the (latest if done) build location - instead 
> of triggering a new build... Now that GET will change state and in the event 
> of a automatic retry - not so unheard-of - would try to change state many 
> times, then it would be a perfect world!

How would that work with parallel builds, etc.? Admittedly, not the cleanest of 
APIs, but you should be able to achieve your goals anyway. The API, if used 
correctly, will return the queue item URL whose API you can query for status.

> It's also worth noticing that I cannot cancel in GUI a build job queued via 
> remote trigger. I guess because it was not queued by my GUI user - it makes 
> sense but still not very convenient (I'm in GUI an admin user so I had 
> expectations...).

Very unusual. This is not the case with Jenkins out of the box, so it's 
possible a plugin interferes.

-- 
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/5318B11F-0E2A-4051-863B-DC0013A6895D%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Azure and latency issues

2016-05-11 Thread Jo Shields
Hi all,

I'm observing a problem with our new Jenkins master, running on an Ubuntu
VM on a high-spec Azure instance - latency between master and workers is
*crazy* high. Like 30 plus seconds:
https://jenkins.mono-project.com/computer/. The SSH-based workers can
generally survive that, but the JNLP workers time out and kill running jobs
(we're using JNLP for non-cloud workers as it makes our network management
way simpler). And Jenkins does a pretty dreadful job of keeping track of
whether workers are connected or not, so I end up having to restart the
master to kick-start things. It's basically a nightmare.

It seems we're not the only people running Jenkins on Azure showing obscene
response times, e.g. http://dotnet-ci.cloudapp.net/computer/ - so the
question is whether anyone else on the list has observed this, or (even
better) resolved it.

The master isn't under high IO, network, memory or CPU load, seems well
supplied with entropy; and the failures don't seem to correlate with Java
GC pauses; so I'm not sure where to point the finger.

-- 
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/CACyRP71rAKJ3Q7k0NqbAY5M3mZivbxbhoHUuPDjspTAkv%2Bvvcg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread S C
Thanks a lot, really comprehensive info on that page. It's just too bad a
Google search won't show the same, because I had no idea there'd be
anything interesting in the footer (I never scroll until there).

However: the page only talks about POSTing to URL, says nothing about
sending URL parameters with PUT (or GET), and also recommends - guess what
- the "hackish" way of sending the params as form data! It even says that
using the remote trigger plugin is "deprecated" so... if I'm not mistaking
it goes exactly against all the recommendations above.

As for myself I'm very happy with your recommendation so I'll ignore the
Jenkins info page. Triggering a state change with PUT seems to me anyway
the RESTful way, not POSTing some transient data :) Now if only GETting
from that trigger address would return me "building job xyz..." if still
building and the (latest if done) build location - instead of triggering a
new build... Now that GET will change state and in the event of a automatic
retry - not so unheard-of - would try to change state many times, then it
would be a perfect world! But that's first world problems indeed ;)

It's also worth noticing that I cannot cancel in GUI a build job queued via
remote trigger. I guess because it was not queued by my GUI user - it makes
sense but still not very convenient (I'm in GUI an admin user so I had
expectations...).

Thank you for taking your time to answer!
Sorin


On Wed, May 11, 2016 at 2:13 PM, Daniel Beck  wrote:

>
> > On 11.05.2016, at 09:46, S C  wrote:
> >
> > I think people try these hackish solutions when they aren't shown any
> recommended solution. Could we (I'd gladly do it) add the above answer to
> the relevant Jenkins page, so nobody has to lose hours like I did?
>
> https://yourjenkins/job/whatever/api documents the job-related API. The
> section "Perform a build" will explain how to do this. It's linked from the
> job page's footer.
>
> --
> 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/DXhHQbp6zUw/unsubscribe.
> To unsubscribe from this group and all its topics, 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/947CBB5F-256D-4E6B-987A-7845C3AB5858%40beckweb.net
> .
> 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/CAN-aYrQx8m1sNEMhftUD9YVRS3ZUt9t8sKJOsBjFJR-Z9L8tPA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Searching for a Jenkins plugin

2016-05-11 Thread Stephane
Shell tasks at the moment but in the future, there might be more types of 
Build Tasks.

I have never used the pipeline plugin, can you explain why it might satisfy 
my need? 

Le mercredi 11 mai 2016 05:03:22 UTC-4, Devendran kumaravel a écrit :
>
> What kind of Build Tasks you want to perform?
> pipeline plugins(formerly called Workflow plugins)  might satisfy your need
>
> On Tuesday, May 10, 2016 at 9:19:19 PM UTC+5:30, Stephane wrote:
>>
>> Hello,
>>
>> I have 2 Jenkins projects (builds) that have similar running tasks (build 
>> steps). I was wondering if there is a Jenkins plugin that whenever I create 
>> new build steps in my first project, they are also copied to the second 
>> project after the build (first project) is successful. 
>>
>> If not, any suggestions on how to make 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/dd61b354-e8b7-43f2-a1ad-0c3bb981c682%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Collecting status of downstream jobs

2016-05-11 Thread zerozerounouno
Il giorno martedì 3 maggio 2016 01:07:26 UTC+2, zerozer...@gmail.com ha 
scritto:
 

> if I have a job triggering other downstream jobs (as build steps), is 
> there a way for the upstream job to get the success/failure status of 
> downstream jobs so that I can insert those results into a final email, sent 
> at the end of the upstream job?
>

Replying myself... I solved my problem by using a Groovy Postbuild script 
(installing the appropriate Jenkins plugin).
I injected a JOBS_RESULTS environment variable into the job, containing the 
path to a file where to write downstream job results.
Then added a groovy postbuild like this:

---
// Get list of triggered downstream jobs
def jobs = manager.getEnvVariable("TRIGGERED_JOB_NAMES")
jobslist = jobs.tokenize(",")

// Get output file name from injected variable, open file, overwrite it 
with header
def resultsFile = manager.getEnvVariable("JOBS_RESULTS")
def fp = new File(resultsFile)
fp.write "RESULTS OF TRIGGERED JOBS:\n\n"

def jobResultVar = ""
def jobResult = ""

jobslist.each {

  // Get name of result variable for triggered job and then get value
  jobResultVar = "TRIGGERED_BUILD_RESULT_" + "$it"
  jobResult = manager.getEnvVariable(jobResultVar)

  fp << "$it: " + jobResult + "\n"

}
---

Then used the Extended Email plugin to send an email including this macro 
in the mail body:

${FILE, path="$JOBS_RESULTS"}

The job needs to run on the master, as the groovy script only runs on the 
master and so the email plugin would not find the file otherwise.

Maybe it can be useful to someone else.

Bye,
01

-- 
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/d54a376d-f4d7-403d-95ba-186442992e11%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread Daniel Beck

> On 11.05.2016, at 09:46, S C  wrote:
> 
> I think people try these hackish solutions when they aren't shown any 
> recommended solution. Could we (I'd gladly do it) add the above answer to the 
> relevant Jenkins page, so nobody has to lose hours like I did?

https://yourjenkins/job/whatever/api documents the job-related API. The section 
"Perform a build" will explain how to do this. It's linked from the job page's 
footer.

-- 
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/947CBB5F-256D-4E6B-987A-7845C3AB5858%40beckweb.net.
For more options, visit https://groups.google.com/d/optout.


Re: Searching for a Jenkins plugin

2016-05-11 Thread Stephane
Execute shell tasks

Le mercredi 11 mai 2016 05:03:22 UTC-4, Devendran kumaravel a écrit :
>
> What kind of Build Tasks you want to perform?
> pipeline plugins(formerly called Workflow plugins)  might satisfy your need
>
> On Tuesday, May 10, 2016 at 9:19:19 PM UTC+5:30, Stephane wrote:
>>
>> Hello,
>>
>> I have 2 Jenkins projects (builds) that have similar running tasks (build 
>> steps). I was wondering if there is a Jenkins plugin that whenever I create 
>> new build steps in my first project, they are also copied to the second 
>> project after the build (first project) is successful. 
>>
>> If not, any suggestions on how to make 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/22187eb0-d966-4be9-ac63-e357bfabee16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Attaching file in the Jenkins Job

2016-05-11 Thread Saurabh Singh
Hi,

I Need help on the below from the below scenario steps

1. We have build Job and we are performing some respective activities
2. Then some testing happen ( which is not integrated with Jenkins) and 
some results get generate with xml file format

The help which i need is 
1. How can i upload the xml file with the specific build job? the file is 
kept some where in the shared location
2. How can i publish the xml result on the job dashboard with some result 
happening?

Regards,
Saurabh

-- 
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/e0b709f3-103b-4a57-bd4e-98684f12d150%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Update remote Git repository with Jenkins

2016-05-11 Thread Mark Waite
Rather than preform the got fetch in a shell script,  you will have better
luck with the git plugin. It allows you to define the repository and
credentials,  then it does the work

On Tue, May 10, 2016, 11:18 PM Daniel Koch  wrote:

> Hi,
>
> I want to setup a simple Jenkins job for managing (f.e. updating) my
> existing remote git repository (Bitbucket server) with the following
> criterias:
>
>- Authentication on the remote using ssh key authentication
>- Git authentication using configured access key
>
> I installed the following plugins:
> Setup SSH Agent Plugin (ssh-agent
> )
> SSH plugin (ssh
> )
>
> What I did so far:
>
>1. Configure ssh key identity to login to the remote maschine (private
>key, password)
>2. Configure a SSH host for the remote under "Manage Jenkins"
>3. Configure a Jenkins job with "Build Environment": Selecting the
>configured ssk key (1.) under "SSH Agent"
>4. Under "Build" I add a "Execute shell script on remote host using
>ssh". Here I add for example git fetch
>5. I also add the public key on the remote under authorized_keys
>6. On Bitbucker server I add the ssh public key as an "Access key"
>
> What happens if I "run" the job:
> Started by user 
> Building in workspace /workspace/
> [ssh-agent] Looking for ssh-agent implementation...
> [ssh-agent] Java/JNR ssh-agent
> [ssh-agent] Started.
> [ssh-agent] Using credentials 
> executing script:
>
> git fetch
> Permission denied (publickey).
> fatal: The remote end hung up unexpectedly
> [SSH] exit-status: 128
> Build step 'Execute shell script on remote host using ssh' marked build as
> failure
> [ssh-agent] Stopped.
> Finished: FAILURE
>
> I think the problem is the proper authentication against the git
> repository. I would expect here that the job is using the identity of the
> configured ssh key identity?!
>
> Thanks,
> Daniel
>
> --
> 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/3312a938-ffd7-4872-820b-591a8b855581%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/CAO49JtE4EA5QkALtmraRehCa6QmVpJbu1eovjQhoHmDVt%3DauFQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread S C
Oh this is really useful indeed - and it doesn't require those senseless
(nb: senseless in a build trigger case) crumbs either. Thanks a lot!
Sorin

On Wed, May 11, 2016 at 9:54 AM, 'Björn Pedersen' via Jenkins Users <
jenkinsci-users@googlegroups.com> wrote:

> Hi,
>
> And take a look at
> https://wiki.jenkins-ci.org/display/JENKINS/Build+Token+Root+Plugin as
> well. This should help you to not require overall read permissions.
>
> Björn
>
> Am Mittwoch, 11. Mai 2016 09:48:55 UTC+2 schrieb Sorin:
>>
>> Oh and a PUT can trigger as well - I'll rather take PUT.
>> Many thanks again,
>> Sorin
>>
> --
> 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/DXhHQbp6zUw/unsubscribe.
> To unsubscribe from this group and all its topics, 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/e78fba1a-eef9-4142-8c7b-49d6052df692%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/CAN-aYrQnn5PX8cfeXOnz%3DMOx_sTvYRnUs-C404dLJdiP4Ei_YA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: Searching for a Jenkins plugin

2016-05-11 Thread Devendran kumaravel
What kind of Build Tasks you want to perform?
pipeline plugins(formerly called Workflow plugins)  might satisfy your need

On Tuesday, May 10, 2016 at 9:19:19 PM UTC+5:30, Stephane wrote:
>
> Hello,
>
> I have 2 Jenkins projects (builds) that have similar running tasks (build 
> steps). I was wondering if there is a Jenkins plugin that whenever I create 
> new build steps in my first project, they are also copied to the second 
> project after the build (first project) is successful. 
>
> If not, any suggestions on how to make 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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/c349710e-1a5b-4eb6-9629-d1f80f8d0145%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread 'Björn Pedersen' via Jenkins Users
Hi,

And take a look at 
https://wiki.jenkins-ci.org/display/JENKINS/Build+Token+Root+Plugin as 
well. This should help you to not require overall read permissions.

Björn
Am Mittwoch, 11. Mai 2016 09:48:55 UTC+2 schrieb Sorin:
>
> Oh and a PUT can trigger as well - I'll rather take PUT.
> Many thanks again,
> Sorin
>

-- 
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/e78fba1a-eef9-4142-8c7b-49d6052df692%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread S C
Oh and a PUT can trigger as well - I'll rather take PUT.
Many thanks again,
Sorin

-- 
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/CAN-aYrRvtx%2BB1reBWUZNuwsSs7YUZqgFmYRemRUJT0ZG0dyF%3DA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: can't trigger remote buildWithParameters to save my life

2016-05-11 Thread S C
On Tue, May 10, 2016 at 10:53 AM, Daniel Beck  wrote:

>
> > On 10.05.2016, at 10:13, Sorin  wrote:
> >
> > - sending a GET or PUT request with URL encoded parameters, failed
> miserably .../buildWithParameters?token=MY_TOKEN=VALUE answers
> dryly 403 forbidden (why forbidden?)
>
> The token only allows building if the authentication otherwise allows read
> access to the job.
>

Thank you - I went to Jenkins general security settings, enabled anon users
readonly access and lo, triggering builds with the GET URL works!



> > - sending a POST request with payload like
> json='{"parameter":[{"myparam":"VALUE"}]}' (or



> Note that passing the JSON string is a hackish unsupported solution --
> this approach emulates what a web browser does, and the browser submits
> whatever the "Build with Parameters" form tells him to, i.e. there's no
> reasonable expectation of backwards compatibility if we ever change the
> form.
>

I think people try these hackish solutions when they aren't shown any
recommended solution. Could we (I'd gladly do it) add the above answer to
the relevant Jenkins page, so nobody has to lose hours like I did?

Many thanks
Sorin

-- 
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/CAN-aYrSXaKP1Bx1ysUNPF-tfqeE6tC_WKgTpkFcUB5noxJEF7w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Jenkins 2.x pipeline: how to get git details after checkout?

2016-05-11 Thread thomas . lehmann
How do I get the git information right which were - in the past - provided 
by Jenkins Git plugin?

I have found one information 
here: 
https://github.com/jenkinsci/pipeline-examples/blob/master/pipeline-examples/gitcommit/gitcommit.groovy
You see that in the code below (extract).

I have the treeish (job parameter which refers to a git tag name or git 
branch name).

What I'm still missing ... let's say since last build there might have been 
(n=5) commits.
So I would like to have the "n" commit messages. I know how to get the last 
"n" log messages in Git ...
...but how do I know how many commits have been since last build?





*I see from the stage view (left side, row labels) that the pipeline 
definitely knows aboutthe number of commits and even it knows the git 
details showing them in a tooltip whenI move with the mouse cursor above 
the label.*
*How can I get this information after the checkout?*

Kind Regards,
Thomas

APPENDIX:

// ...

// Retrieving first 6 characters of the SHA Git commit id.
def getCommit() {
def command="git rev-parse HEAD > " + this.workspace + "/GIT_COMMIT"
script.sh(command)
script.readFile(this.workspace + "/GIT_COMMIT").take(6)
}

// ...

stage 'Get Code'
checkout([$class: 'GitSCM', branches: [[name: treeish]],
doGenerateSubmoduleConfigurations: false,
submoduleCfg: [],
userRemoteConfigs: [[credentialsId: 'XXX_CREDENTIALS',
 url: 
'ssh://git@xxt']]])



-- 
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/eeba94cb-242f-4c53-b5bb-acee892202e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


zuul debug.log : AttributeError: 'EntryPoint' object has no attribute 'resolve'

2016-05-11 Thread fayyaz rehman
I am facing an error in zuul debug.log and zuul.log and i am not able to 
trigger the jobs at jenkins master. If any body have some clue please help 
me out. Let me know what i am doing wrong

jenkins : 1.652
gerrit : 2.11.7
zuul commit 
: 
https://github.com/openstack-infra/zuul/archive/9ba7c060e6ffd335894d1b0ab70ae24656f7a3c5.zip

For ci deployment, i used to two vm's 
gerrit vm : contain git, gerrit, zuul, gearman 
  running at : ci.fanaticalops.lab/gerrit
jenkins master vm : jenkins master, gearman plugin
  running at : jenkins.fanaticalops.lab/jenkins

in jenkins gearman golbal configuration, 

gearman host server : ci.fanaticalops.lab

i tested it. It showed the succes status and i saved it.

 gerrit.config


[gerrit]
basePath = git
canonicalWebUrl = https://ci.fanaticalops.lab/gerrit
[database]
type = mysql
hostname = mysql.fanaticalops.lab
database = reviewdb
username = gerrit2
password = pAssw0rd
[index]
   type = LUCENE
[auth]
   type = HTTP_LDAP
   logoutUrl = https://gues:a...@ci.fanaticalops.lab/gerrit
[receive]
enableSignedPush = false
[sendemail]
   smtpServer = mail.fanaticalops.lab
[container]
   user = gerrit2
   javaHome = /usr/lib/jvm/java-7-openjdk-amd64/jre
[sshd]
   listenAddress = *:29418
[httpd]
   listenUrl = proxy-https://127.0.0.1:8081/gerrit
[cache]
   directory = cache
[gitweb]
   url = https://ci.fanaticalops.lab/gitweb

zuul.conf#

[gearman]
server=ci.fanaticalops.lab

[gearman_server]
start=true

[gerrit]
server=ci.fanaticalops.lab
baseurl=http://ci.fanaticalops.lab:8081/gerrit/r
user=jenkins
sshkey=/home/zuul/.ssh/id_rsa

[zuul]
layout_config=/etc/zuul/layout.yaml
log_config=/etc/zuul/logging.conf
pidfile=/var/run/zuul/zuul.pid
state_dir=/var/lib/zuul
status_url=https://ci.fanaticalops.lab/status

[merger]
log_config=/etc/zuul/logging.conf
git_dir=/git
zuul_url=ci.fanaticalops.lab:/git

[smtp]
server=mail.fanaticalops.lab
port=25
default_from=mana...@fanaticalops.lab


 Error in zuul.log and zuul.debug.log##


AttributeError: 'EntryPoint' object has no attribute 'resolve'
2016-05-11 07:10:13,871 ERROR gerrit.GerritWatcher: Exception on ssh event 
stream:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/zuul/connection/gerrit.py", 
line 160, in _run
key_filename=self.keyfile)
  File "/usr/local/lib/python2.7/dist-packages/paramiko/client.py", line 
338, in connect
t.start_client()
  File "/usr/local/lib/python2.7/dist-packages/paramiko/transport.py", line 
493, in start_client
raise e
AttributeError: 'EntryPoint' object has no attribute 'resolve'

-- 
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/13e4395c-be42-41b9-ac51-cef4846d22f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Need Info - best book , blogs to follow , good practices wrt Jenkins

2016-05-11 Thread Indra Gunawan (ingunawa)
Be resourceful.
There are tons of information about Jenkins on the net.  Visit the Jenkins 
Wiki, lookup Jenkins Conference slides,  Register to Jenkins CloudBee Webinars, 
get the Jenkins O'Reilly ebook, and brush up on CI/CD.

From: 
> on 
behalf of 80Vikram >
Reply-To: 
"jenkinsci-users@googlegroups.com" 
>
Date: Sunday, March 20, 2016 at 4:39 AM
To: "jenkinsci-users@googlegroups.com" 
>
Subject: Need Info - best book , blogs to follow , good practices wrt Jenkins

Hi All,

I've started using & learning Jenkins mainly to run automation on web and 
mobile with changes in respective code base from dev end.

It will be helpful if you can please help with below queries

1. Good books to refer to understand Jenkins properly

2. Blogs to follow which teach from real world examples

3. Good practices wrt Jenkins

e.g. I've installed Jenkins on cloud VM and want to use it to create 
containers , destroy those post automation run etc
   should I create Jenkins related user or do all operations with sudo 
user itself ?

4. Real world Jenkins jobs to refer to ?

Thanks in advance.

Regards,
Vikram






--
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/4eec22f7-8dd1-4252-8b80-51248812048f%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/D3582615.5378C%25ingunawa%40cisco.com.
For more options, visit https://groups.google.com/d/optout.


Re: Jenkins Tutorials Required

2016-05-11 Thread Indra Gunawan (ingunawa)
Man... be resourceful.
There are tons of information about Jenkins on the net.  Visit the Jenkins 
Wiki, lookup Jenkins Conference slides,  get the Jenkins O'Reilly ebook, and 
brush up on CI/CD.

From: 
> on 
behalf of Vidhyashree Govindaiah 
>
Reply-To: 
"jenkinsci-users@googlegroups.com" 
>
Date: Tuesday, May 10, 2016 at 10:17 PM
To: "jenkinsci-users@googlegroups.com" 
>
Subject: Jenkins Tutorials Required

Hello All,

AM new to jenkins,i need tutorialsfrom scratch.Can any one help me please?

--
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/ea642952-53de-4fbc-a80a-49435419f7a6%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/D35824B3.5377D%25ingunawa%40cisco.com.
For more options, visit https://groups.google.com/d/optout.