Re: Plugin Updates

2022-05-25 Thread 'Jesse Glick' via Jenkins Developers
On Wed, May 25, 2022 at 1:37 PM priya jagyasi wrote: > Can anyone please let me know how much time it takes to have the plugin > under 'Updates' in the Jenkins update center for any instance after the > GitHub workflow release is completed successfully? Is it immediate or any > approximate time?

Plugin Updates

2022-05-25 Thread priya jagyasi
Hi, Can anyone please let me know how much time it takes to have the plugin under 'Updates' in the Jenkins update center for any instance after the GitHub workflow release is completed successfully? Is it immediate or any approximate time? Thank you! -- You received this message because you

Re: How to re-sync credentials for publishing plugin updates?

2021-12-13 Thread 'Gavin Mogan' via Jenkins Developers
https://www.jenkins.io/doc/developer/publishing/releasing-cd/ On Mon, Dec 13, 2021 at 1:25 PM Matt Sicker wrote: > The CD approach sounds good. I’ll look into that, thanks. > > — > Matt Sicker > > On Dec 13, 2021, at 15:13, 'Gavin Mogan' via Jenkins Developers < > jenkinsci-dev@googlegroups.com>

Re: How to re-sync credentials for publishing plugin updates?

2021-12-13 Thread Matt Sicker
The CD approach sounds good. I’ll look into that, thanks. — Matt Sicker > On Dec 13, 2021, at 15:13, 'Gavin Mogan' via Jenkins Developers > wrote: > >  > You shouldn't need to sync anything. Unless you're talking about syncing > artifactory and maven. > > I don't think you can currently log

Re: How to re-sync credentials for publishing plugin updates?

2021-12-13 Thread 'Gavin Mogan' via Jenkins Developers
You shouldn't need to sync anything. Unless you're talking about syncing artifactory and maven. I don't think you can currently log into artifactory to pull down your credentials while the account services are down You can enable cd like the other threads mention though On Mon., Dec. 13, 2021, 1

How to re-sync credentials for publishing plugin updates?

2021-12-13 Thread Matt Sicker
Hey all, I was wondering what I needed to do to re-sync my credentials for publishing plugins, especially after changing my password? I’d like to cut a release of a plugin affected by CVE-2021-44228 (log4j-core). -- Matt Sicker -- You received this message because you are subscribed to the Goog

Re: Adding config when plugin updates

2017-12-12 Thread Stephen Connolly
What you might need to do is set a flag that signals at least one readResolve method has assigned an id (or better have a set of newly assigned ids). Then have a @Initializer that fires after Jobs loaded and it checks the flag (or set non-empty) and if set then it iterates all jobs saving ones that

Re: Adding config when plugin updates

2017-12-11 Thread Richard Bywater
I'm one step closer with Baptiste's help but I'm still stuck on persisting the id once I generate it in the readResolve method. This is necessary as its not a default value but instead a random id value that needs to be maintained between Jenkins restarts. Does anyone have an idea about how this i

Re: Adding config when plugin updates

2017-12-10 Thread Richard Bywater
Great thanks. That's the page I remember seeing a while back but just couldn't find it again :) Richard. On Mon, 11 Dec 2017, 2:19 AM Baptiste Mathus, wrote: > > https://wiki.jenkins.io/display/JENKINS/Hint+on+retaining+backward+compatibility#Hintonretainingbackwardcompatibility-Scenario:Adding

Re: Adding config when plugin updates

2017-12-10 Thread Baptiste Mathus
https://wiki.jenkins.io/display/JENKINS/Hint+on+retaining+backward+compatibility#Hintonretainingbackwardcompatibility-Scenario:Addinganewfield ? 2017-12-10 4:26 GMT+01:00 Richard Bywater : > Hi > > I'm making a change to my plugin that will require all instances of a > configuration to have a new

Adding config when plugin updates

2017-12-09 Thread Richard Bywater
Hi I'm making a change to my plugin that will require all instances of a configuration to have a new persistent "id" variable. I've dealt with the creation case by having a hidden field and a DataBoundConstructor that sees the id is empty and creates one, but I'd like all instances of the config

Re: Errot while cheg for plugin updates

2017-01-30 Thread gaurav lele
Sorry for the typo! On Tuesday, 31 January 2017 12:03:46 UTC+5:30, gaurav lele wrote: > > I am getting this error while checking for updates > > java.io.IOException: Could not find JSON in > http://updates.jenkins-ci.org/download/plugins/workflow-aggregator/?id=default&version=2.42 > > Any soluti

Errot while cheg for plugin updates

2017-01-30 Thread gaurav lele
I am getting this error while checking for updates java.io.IOException: Could not find JSON in http://updates.jenkins-ci.org/download/plugins/workflow-aggregator/?id=default&version=2.42 Any solution for this? -- You received this message because you are subscribed to the Google Groups "Jenki

Re: clamav plugin updates

2014-06-06 Thread Ulli Hafner
I also would recommend to use a mock for unit tests. If you are interested in writing a system test (end-to-end test) you can write a new acceptance test: https://github.com/jenkinsci/acceptance-test-harness There you can create a docker fixture that runs your server. Am 06.06.2014 um 14:22 sc

Re: clamav plugin updates

2014-06-06 Thread Mads Nielsen
Strictly speaking a unit test that relies heavily on an external tool is not a unit test, but more akin to a functional or integration test, would it be possible to adap the test to strictly test the contract between the app and your code? Can you mock it instead or something? On Fri, Jun 6, 2014

Re: clamav plugin updates

2014-06-06 Thread Palic, Darko
Hello Uli, thank you for the commit access! Haven't even dreamt about getting it ;-) Could you tell me additionally, if the cloudbees or any other server on the jenkins build does provide a clamav daemon? So I could change the unit-test-code to use it.

Re: clamav plugin updates

2014-06-06 Thread Ulli Hafner
You should now have commit access. Welcome aboard! Ulli Am 06.06.2014 um 13:34 schrieb Darko Palic : > Hello developers, > > are there no interests on the plugin anymore? > > best wishes > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developer

Re: clamav plugin updates

2014-06-06 Thread Darko Palic
Hello developers, are there no interests on the plugin anymore? best wishes -- 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...@goo

clamav plugin updates

2014-05-31 Thread Darko Palic
Hello all, I have patched the clamav plugin and provided a pull-request. https://github.com/jenkinsci/clamav-plugin/pull/1 I have added a switch to make the clamav more polite on logging. Currently it logs all processed files (even if no issue was found). After my patch, the user can decide to

Re: Selenium plugin updates

2013-10-24 Thread sudheer babu
Online SAP HANA Trainingin India by 123 Trainings. We are providing excellent online training in SAP HANA by real-time IT industry experts with unique training methodology and Course Content covers all the in-depth critical scenarios. We

Re: Selenium plugin updates

2012-02-04 Thread Andrew Gray
Hi All, I've done a combination of things today, all or some of which made it work :) Upgraded to Firefox 10 Upgraded to Jenkins 1.450 Changed the test SetUp function to thus: ICapabilities capability = DesiredCapabilities.Firefox(); _driver = new RemoteWebDriver(new Uri("http://localhost:/

Re: Selenium plugin updates

2012-02-04 Thread Richard Lavoie
Did you looked in the node or master logs instead of the console ? On Sat, Feb 4, 2012 at 8:10 PM, Andrew Gray wrote: > Environment: > Windows 2003 SP2 (single core) > Visual Studio 2008 > Jenkins 1.449 > > Driver is not returning null...it just hangs forever. > > I've tried adding print statemen

Re: Selenium plugin updates

2012-02-04 Thread Andrew Gray
Environment: Windows 2003 SP2 (single core) Visual Studio 2008 Jenkins 1.449 Driver is not returning null...it just hangs forever. I've tried adding print statements everywhere with flushs..still nothing more is printed out. Regards, Andrew On 5 February 2012 02:42, Richard Lavoie wrote: > D

Re: Selenium plugin updates

2012-02-04 Thread Richard Lavoie
Does it fail locally or when you are trying to send it to selenium grid with RemoteWebDriver ? Did this ever worked on jenkins ? or only locally? Asking that becuase if you are trying to launch that on linux, you might have to set $DISPLAY accordingly. I'm no expert in C# tho, so I might not be a

Re: Selenium plugin updates

2012-02-03 Thread Andrew Gray
I've been trying all day to get an incredibly simple WebDriver test to work on my app using Firefox 9.0.1 It is just hanging in Jenkins. It just doesn't work... it never used to be this hard D:\SeleniumGrid2Slave\workspace\Project>"C:\Program Files\NUnit 2.5.10\bin\net-2.0\nunit-console.exe" tru

Re: Selenium plugin updates

2012-02-03 Thread Richard Lavoie
I'll see what I can do, I also plan on adding an option to download the latest selenium version (or specifies version) instead of using the one that comes with the plugin. Richard On 2012-02-03, at 19:10, Andrew Gray wrote: > Hi Richard, > > Can we upgrade it to support Firefox 10, which j

Re: Selenium plugin updates

2012-02-03 Thread Andrew Gray
Hi Richard, Can we upgrade it to support Firefox 10, which just got released? I have a single machine with a slave node created and the selenium plugin installed. My c# NUnit Selenium 1 tests used to just work (as advertised) in serial (which is fine for now) on Firefox 3.6 I have rewritten all

Selenium plugin updates

2012-02-03 Thread Richard Lavoie
For all of those of you using the selenium grid v2 plugin, it's time to create your issues/requests on issues.jenkins-ci.org. I'm currently working on a version where the configuration part will be enhanced alot, see issue https://issues.jenkins-ci.org/browse/JENKINS-12463 The plugin I'm talking