Re: Jenkins Plugin Manager: "This plug cannot be enabled / It has one or more dependencies" – but the dependencies cannot be fulfilled

2016-04-08 Thread Daniel Beck
This is a known issue on the configuration UI we're tracking as JENKINS-32340. The workaround right now is to delete the files named PLUGINNAME.jpi.disabled in JENKINS_HOME/plugins, then restart Jenkins. 1: https://issues.jenkins-ci.org/browse/JENKINS-32340 On 24.11.2015, at 10:50, Jochen

Re: TCP Slave Agent Port Disabled by Default in 2.0?

2016-04-08 Thread Daniel Beck
On 08.04.2016, at 23:41, Karl Davis wrote: > Is this a bug, or is this just no longer supported? This is part of the safe(r) defaults. Many installations don't need this, so we default to disabled. FWIW I'm open to changing this again, or perhaps make it part of

Re: Plugin checkUpdates not working, can't upgrade plugins

2016-04-08 Thread Daniel Beck
On 08.04.2016, at 20:46, Craig Rodrigues wrote: > So it looks like 2 months ago, the update-center.json became big enough to > trigger this problem. We recommend you use the server-based download you can configure in the security options of Jenkins. It's been the default

TCP Slave Agent Port Disabled by Default in 2.0?

2016-04-08 Thread Karl Davis
Howdy all, As I mentioned in my last post, I'm trying to automate the setup of Jenkins 2.0. I've gotten a bit further, but now I'm running into a new problem: 'Manage Jenkins > Configure Global Security > TCP port for JNLP agents' is set to "Disabled" in new installs, by default. Further, it

Re: Jenkins Plugin Manager: "This plug cannot be enabled / It has one or more dependencies" – but the dependencies cannot be fulfilled

2016-04-08 Thread Wojtek
Hi, I've run today into exactly the same issue (Jenkins 1.656). Basically it looks like the sate checking is wrong - I wasn't able to select "Static Analysis Collector Plug-in" but many required it (it was greyed out because of missing dependencies). I've fiddled a bit and found out that it's

Jenkins 2.0-rc: Pipeline on Windows not working

2016-04-08 Thread Daniel Daugherty
I am having similar issue. I am using the RC with latest plugins 2.1 When I have a bat call that takes a little time the job does not relize it has completed. I can see from task manager on the jenkins machine that the bat task is complete. Two CMD instance are spun up when the task start

Re: Where can I drop a jar for it to be generally available to jenkins?

2016-04-08 Thread Guy Matz
Thanks for the reply! I'm not actually looking to server content, if that's what you're getting at. I'm looking for a way to make a jar available to groovy scripts run as a build step. Thanks again! On Fri, Apr 8, 2016 at 12:23 PM, Mark Waite wrote: > The

Re: Plugin checkUpdates not working, can't upgrade plugins

2016-04-08 Thread Craig Rodrigues
Hi, This Jenkins system was set up behind an nginx reverse proxy. After further analysis of nginx, I found this in nginx-errors.log: Looking in /var/log/nginx-error.log , I found: *2016/04/08 09:38:35 [error] 1176#0: *834969 client intended to send too large body: 1079277 bytes, client:

Re: Automating First-Time Configuration

2016-04-08 Thread Karl Davis
Daniel, Thanks very much: super helpful! Is that documented somewhere that I should have found it? That certainly does work for my needs. For folks wanting a list of which plugins the new setup wizard recommends, that seems to be here for now: jenkins/war/src/main/js/api/plugins.js

Re: Where can I drop a jar for it to be generally available to jenkins?

2016-04-08 Thread Mark Waite
The userContent directory on the Jenkins server serves content over http if that would help. On Fri, Apr 8, 2016 at 7:53 AM Guy Matz wrote: > Is there a magic directory I can put a jar for it to available to > Jenkins? Or - ugh - Do I need to put it in a plugin? > > Thanks!!

Re: Access to http://jenkins-ci.org/census

2016-04-08 Thread R. Tyler Croy
(replies inline) On Fri, 08 Apr 2016, Rafael Rezende wrote: > From Usage Statistics Privacy Advisory 2016-03-30 > > : > > As soon as we found out about this bug, we disabled third party access to > >

Copy artifact plugin: How to get access to an artifact name

2016-04-08 Thread Alex Domoradov
Hello, I'm using Copy Artifact Plugin v1.37 with Jenkins-1.648 on CentOS-6.7. I've configured 1 upstream job and 2 downstreams. The upstream job produces one war file which I used in the downstream jobs. Is it possible in the downstream job to get an artifact name via env variable? Something

Where can I drop a jar for it to be generally available to jenkins?

2016-04-08 Thread Guy Matz
Is there a magic directory I can put a jar for it to available to Jenkins? Or - ugh - Do I need to put it in a plugin? 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,

Re: Storing job configurations with source code in VCS

2016-04-08 Thread Martin d'Anjou
You could look at the Simple Build For Pipeline Plugin , combined with some TBD way of automatically creating job configurations (perhaps something like the BitBucket Branch Source Plugin

Re: Access to http://jenkins-ci.org/census

2016-04-08 Thread Daniel Beck
On 08.04.2016, at 14:14, Rafael Rezende wrote: > From Usage Statistics Privacy Advisory 2016-03-30: > > As soon as we found out about this bug, we disabled third party access to > the partially decrypted data at http://jenkins-ci.org/census > > Is there any plan to

Re: Any takers for copy-to-slave plugin ownership

2016-04-08 Thread Vivekanand S V
Great! Someone with the required permissions will transfer the ownership to you soon. On Fri, 8 Apr 2016 at 15:44 Sergey Shelomentsev < sergey.sheloment...@xored.com> wrote: > Hi, Vivekanand > > I plan to use plugin in my CI environment, however I found some issues and > want to improve them. >

Access to http://jenkins-ci.org/census

2016-04-08 Thread Rafael Rezende
>From Usage Statistics Privacy Advisory 2016-03-30 : As soon as we found out about this bug, we disabled third party access to > the partially decrypted data at http://jenkins-ci.org/census Is there

Re: jenkins git plugin sparse check out configuration is not saved.

2016-04-08 Thread Andy Billy
It's Great ~ It works after update to 2.4.4 . Sadly I need to reconfigure all jobs again . Thanks ! On Fri, Apr 8, 2016 at 6:30 PM, Andy Billy wrote: > Thanks for reply ! > I am using the version 2.4.3 ,I am to update it to 2.4.4 and check for > that soon. > > On

Re: jenkins git plugin sparse check out configuration is not saved.

2016-04-08 Thread Andy Billy
Thanks for reply ! I am using the version 2.4.3 ,I am to update it to 2.4.4 and check for that soon. On Fri, Apr 8, 2016 at 10:35 AM, Mark Waite wrote: > If you're using git plugin 2.4.3, then you're seeing a bug that was fixed > in 2.4.4. > > My apologies for the

Jenkins 2.x Pipeline: masked password defined globally not passed?

2016-04-08 Thread thomas . lehmann
Using RC1 of Jenkins 2.0 I check that when globally defining environment variables those are passed to the pipeline but using the masked password plugin those variable seems not being passed. Anyway I'm missing the "Inject passwords to the build as environment variables" which was provided by

Pass browser URL as parameter of a Maven Selenium Java test

2016-04-08 Thread Maxime Feraud
Hi ! I'm looking for a solution to pass a variable ( an URL in my case ) in parameter in Jenkins when the jobs is built I want to do this, because i have to execute the

Plugin checkUpdates not working, can't upgrade plugins

2016-04-08 Thread Craig Rodrigues
Hi, I have a Jenkins system running at https://jenkins.freebsd.org , and checking for plugin updates hasn't worked in 2 months and 19 days. This Jenkins system has been upgraded to 1.656, and rebooted several times, but it is still not working. If I click on:

Re: Jenkins 2.x Pipeline - parametrized build, parameters are not evaluated in Git

2016-04-08 Thread thomas . lehmann
I tested that with the first release candidate. *The issue is still there!* On Wednesday, April 6, 2016 at 8:10:09 AM UTC+2, thomas@teamaol.com wrote: > > *Just to clarify*: > The variable is required before using the content of the repository. > That's true for the normal use of the Git