Not able to add any plugins for 2.7 Jenkins version.

2016-09-05 Thread hozefa vakanerwala
Hello, I installed latest 2.7 version of Jenkins for windows. I am not able to install any plugins. I am not sure if Jenkins is able to connect to internet successfully. However, internet connectivity is fine since I am able to access other websites. PFB, the stack trace: A problem occu

Re: Please provide feedback on the plugins site (work in progress)

2016-09-05 Thread Slide
It would be really cool to be able to select a set of plugins and download a zip or something with all those plugins included so that people with offline instances don't have to worry about downloading lots of different plugins and installing them separately. On Mon, Sep 5, 2016 at 5:21 PM Daniel

Re: Please provide feedback on the plugins site (work in progress)

2016-09-05 Thread Daniel Beck
> On 06.09.2016, at 01:47, Slide wrote: > > Ok, that works. How will plugin maintainers manage what is shown when a > plugin is selected? The data is collected from the update center, which in turn uses a combination of POM and wiki (maintainer, plugin name, release date, …), the infra-stati

Re: Github with jenkins

2016-09-05 Thread James Dumay
Hi Dit, One really easy way to get this working is using Pipeline. We've released a new version of Pipeline recently with use case driven documentation that is aimed to get people started quickly. With Pipeline you checkin a *Jenkinsfile* into the root of your Git repository to control how the

Re: Please provide feedback on the plugins site (work in progress)

2016-09-05 Thread Slide
Ok, that works. How will plugin maintainers manage what is shown when a plugin is selected? Also, the "Download" option seems a little odd since most people would use the plugin manager in a Jenkins install to do plugin installs, or is that changing? On Mon, Sep 5, 2016 at 4:08 PM Daniel Beck wro

Re: Please provide feedback on the plugins site (work in progress)

2016-09-05 Thread Daniel Beck
> On 06.09.2016, at 01:04, Slide wrote: > > The search doesn't seem to do anything, is that expected in this version? I > entered "Email" and pressed the search button and nothing happened. It appears you need to press the enter key for now :-( -- You received this message because you are su

Re: Please provide feedback on the plugins site (work in progress)

2016-09-05 Thread Slide
The search doesn't seem to do anything, is that expected in this version? I entered "Email" and pressed the search button and nothing happened. On Mon, Sep 5, 2016 at 2:52 PM Daniel Beck wrote: > Hi everyone, > > Gus Reiber and Michael McCaskill have been working on a replacement for > the plugi

Please provide feedback on the plugins site (work in progress)

2016-09-05 Thread Daniel Beck
Hi everyone, Gus Reiber and Michael McCaskill have been working on a replacement for the plugins wiki page[1] for a while now. While the bar for improving on that is pretty low, we've tried to build something that's actually useful, and hopefully even superior to just googling for plugins. Prev

Re: Jenkins fails to import bridging header.The project builds fine in Xcode

2016-09-05 Thread Shayeeb Mohammad
Yes i resolved the issue.You will need to configure the advanced settings and give the path of your workspace file in the workspace column and it will go away. On Friday, August 19, 2016 at 10:01:48 PM UTC+5:30, cst...@mywebgrocer.com wrote: > > Hi > > I am running into the same issue. Did you

Re: Pipeline: Doesn't always get commit authors in emailextrecipients

2016-09-05 Thread Sverre Moe
I tried to test that theory by getting emailextrecipients right after checkout scm within my Checkout stage. However it gives me no recipients. [Pipeline] emailextrecipients[Pipeline] emailextJob type does not allow token replacement. Job type does not allow token replacement. Job type does not

Re: Pipeline: Doesn't always get commit authors in emailextrecipients

2016-09-05 Thread Sverre Moe
Must run emailext within a heavyweight executor. node { emailext subject: SUBJECT, body: CONTENT, cc: "devops", recipientProviders: [[$class: 'CulpritsRecipientProvider'], [$class: 'DevelopersRecipientProvider'], [$class: 'UpstreamComitterRecipientProvider' ]] } While the standard mail can r