Re: Starting an asynchronous step

2018-04-09 Thread Scott Hebert
Hi, I wrote a plugin (not battle-tested but well test-covered) that may be helpful for Jeff's requirements. You can see the code here: https://github.com/jenkinsci/fedora-module-build-system-plugin This step: https://github.com/jenkinsci/fedora-module-build-system-plugin/blob/master/src/main/jav

Re: Request to adopt the Console Column plugin

2017-03-30 Thread Scott Hebert
introduce? > > Maybe they can be incorporated as changes in current behavior in > https://wiki.jenkins-ci.org/display/JENKINS/Extra+Columns+Plugin ? > > > W dniu czwartek, 30 marca 2017 17:33:07 UTC+2 użytkownik Scott Hebert > napisał: >> >> Hi, >> &g

Request to adopt the Console Column plugin

2017-03-30 Thread Scott Hebert
Hi, I would like to adopt the Console Column plugin. github id: scoheb Jenkins infra account id: scoheb Thanks! Scott -- 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, sen

update center certificate expired?

2017-02-09 Thread Scott Hebert
Hi, One of my PRs is failing to build with an error of: java.lang.AssertionError: Failed to parse update center data of https://updates.jenkins-ci.org/update-center.json at /tmp/update-center.json Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path

Re: Plugin that uses Acceptance Test Harness tests

2016-12-22 Thread Scott Hebert
Running these tests prior to plugin release allows us to catch integration issues before the plugin is released to the update center. On Thu, Dec 22, 2016 at 4:14 PM, Ullrich Hafner wrote: > Am 22.12.2016 um 17:07 schrieb Scott Hebert : > > Hi, > > I wanted to share with

Plugin that uses Acceptance Test Harness tests

2016-12-22 Thread Scott Hebert
Hi, I wanted to share with the community a breakthrough with the JMS Messaging Plugin that other developers may find useful. Having been exposed to the Jenkins Acceptance Test Harness (ATH), I see great value in re-using the framework to test certain aspects of a plugin particularly in cases wher

Re: Opening up snapshot deployment

2016-12-20 Thread Scott Hebert
+1 On Dec 20, 2016 10:21 AM, "Daniel Beck" wrote: > Hi everyone, > > Right now, snapshot deployment is limited to the users with permission to > publish proper releases of the same component. This restriction exists to > prevent unauthorized and possibly malicious releases of a component to > us

PR Builder not setup for foreman-node-sharing plugin

2016-09-22 Thread Scott Hebert
Hi, It seems that the PR Builder is not setup for the foreman-node-sharing plugin. Please see https://github.com/jenkinsci/foreman-node-sharing-plugin/pull/6. Nothing seems to have been triggered at https://jenkins.ci.cloudbees.com/job/plugins/ Thanks for your help! Scott -- You received this

RPC timeout on Confluence site - wiki.jenkins-ci.org

2016-05-30 Thread Scott Hebert
Hi, When trying to connect to https://wiki.jenkins-ci.org/rpc/soap-axis/confluenceservice-v1, we are getting 500 errors. Can someone take a look please? Thanks Scott -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from t

Request for new Release of Acceptance Test Harness

2015-11-04 Thread Scott Hebert
Hi, Would someone be able to create release 1.17 of Acceptance Test Harness? Thanks! Scott -- 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

Help logging into http://scriptlerweb.appspot.com/

2015-05-19 Thread Scott Hebert
Hi, Does anyone know who runs and maintains http://scriptlerweb.appspot.com/? I have a groovy script that needs updating and it is hosted there. For some reason, I am unable to login using the Google OpenID facility. I can create a new provider, but I am unable to edit a script that was created b

Re: Acceptance test harness - Not able to specify the local plugin to put into the test environment

2015-01-22 Thread Scott Hebert
Hi, It seems that v1.13 of acceptance-test-harness does not include Jesse's fixes for LocalOverrideUpdateCenterMetadataDecoratorImpl to enable it to executed. (See https://github.com/jenkinsci/acceptance-test-harness/commit/833d17d2d10ff9bc242818222033a4787e52b50f ) Could we please request a new

Re: Global Post-Build Step

2014-09-08 Thread Scott Hebert
Hi, You could write your own custom plugin that extends RunListener like Build Failure Analyzer does -- https://github.com/jenkinsci/build-failure-analyzer-plugin/blob/master/src/main/java/com/sonyericsson/jenkins/plugins/bfa/BuildFailureScanner.java Regards Scott On Mon, Sep 8, 2014 at 11:57 A

Re: Acceptance-test-harness questions

2014-09-02 Thread Scott Hebert
Hi, The GerritTriggerTest and ActiveDirectoryTest are skipped if certain system properties are not set (detailed in Test's javadoc). They are in turn executed within our corporate environment and reported here: https://wiki.jenkins-ci.org/display/JENKINS/LTS+1.565.x+RC+Testing Regards, Scott

Re: Backporting for 1.565.2 is finished

2014-08-15 Thread Scott Hebert
Hi, We have successfully tested the following acceptance test harness tests against 1.565 RC2 using the Ericsson infrastructure: - Active Directory - Gerrit Trigger Regards, Scott Hebert On Thu, Aug 14, 2014 at 6:40 PM, oliver gondža wrote: > On Wed, 13 Aug 2014 18:41:35 +0200, Kohs

Re: [ANN] docker image for workflow plugin demo

2014-07-18 Thread Scott Hebert
into the local repository for > this reason. > > I really want this demo to work nicely offline, because you can never rely > on network connectivities on events, conferences, and meetups. > > > 2014-07-18 17:00 GMT+03:00 Scott Hebert : > >> Essentially, mvn is not able

Re: [ANN] docker image for workflow plugin demo

2014-07-18 Thread Scott Hebert
n running this demo > successfully offline. > > When you say "it doesn't work" what happens? > > > 2014-07-16 22:47 GMT+03:00 Scott Hebert : > >> Hi, >> >> I ran into a slight problem as the demo does not work when you run >> docker from a corporate

Updating Acceptance Test Harness jobs running on https://jenkins.ci.cloudbees.com

2014-07-17 Thread Scott Hebert
Hi, I have 2 requests regarding the 2 acceptance test harness jobs: - https://jenkins.ci.cloudbees.com/job/core/job/acceptance-test-harness-stable/ - https://jenkins.ci.cloudbees.com/job/core/job/acceptance-test-harness/ Request #1: Can each build have its build name updated to reflect the Jenki

Re: [ANN] docker image for workflow plugin demo

2014-07-16 Thread Scott Hebert
Hi, I ran into a slight problem as the demo does not work when you run docker from a corporate environment that is behind a proxy. I created a PR for the documentation, but for anyone wanting to use the demo before the PR is merged, you can consult https://github.com/scoheb/workflow-plugin/tree/m

Re: 1.565.1 LTS RC testing started

2014-07-15 Thread Scott Hebert
Hi, We have successfully tested the following acceptance test harness tests against 1.565 RC1 using the Ericsson infrastructure: - Active Directory - Gerrit Trigger Thanks, Scott Hebert On Mon, Jul 14, 2014 at 8:06 AM, oliver gondža wrote: > > --- Forwarded message ---

Re: Request: Active Directory Plugin - Merge Existing "Fix forceLdaps" Pull Request

2014-03-10 Thread Scott Hebert
Hi, Will a new release be made that would include these changes? Thanks alot! Scott On Mon, Mar 10, 2014 at 9:57 AM, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > I've merged the two open pull requests. Note: I am not assuming ownership > of this plugin, just those changes look

Re: Display of large build queue puts heavy strain on browser

2013-05-23 Thread Scott Hebert
Hi, I'd be curious to know what your master looks like! Hardware, OS, etc... Thanks Scott On Thu, May 23, 2013 at 3:45 AM, Michael Tautschnig < michael.tautsch...@gmail.com> wrote: > Dear Jenkins Devs, > > We have put together a setup with about 36,000 (auto-generated, using the > Job > DSL p

Re: Jenkins Viewed by Google Chrome Loses Styling Randomly

2013-05-21 Thread Scott Hebert
Hi, I have seen this too on some instances running 1.480 LTS. I only use Chrome myself. One of my colleagues uses FireFox and does not see this problem. Thanks Scott On Tue, May 21, 2013 at 9:55 AM, Chris Wozny wrote: > All, > > I'm not sure if this has happened with anyone else, but I find