Re: Terminology Updates

2020-06-16 Thread Justin Harringa
Conductor is a cool suggestion! On Mon, Jun 15, 2020, 2:49 PM Adrien Lecharpentier < adrien.lecharpent...@gmail.com> wrote: > I have to say that the music parallel from Angelique seems nice and has a > lot of sense in my opinion. > And the Jenkins butler is not that far from a music orchestrator

Re: Terminology Updates

2020-06-14 Thread Justin Harringa
Personally I thank the community for having already starting down this path. I tend to like leader or controller from https://tools.ietf.org/id/draft-knodel-terminology-00.html#rfc.section.1.1.1 but I could also see server working. The difficulty I would see with primary/active is that folks wh

"Processing environment for ${pluginName}"

2017-09-11 Thread Justin Harringa
I've been trying to figure out what is spitting out these lines in my console log for a bit. Anyone know off hand what is doing this? My google-foo on GitHub and on the web in general doesn't seem to be coming up with any good results. Is this a plugin or Jenkins in general? Thanks al

Possible Workflow Multibranch Plugin change

2016-09-23 Thread Justin Harringa
ntially do would be to make the SCRIPT constant a variable that could be populated and then generate a CpsScmFlowDefinition in a different way than SCMBinder does currently (to derive the CpsScmFlowDefinition). Does this seem like an acceptable contribution? Cheers! Justin -- You received th

Re: Most reliable way to get the build number of the build just executed using JS/jQuery

2016-08-03 Thread justin hyland
way to get the builds > use the REST api. > > Regards > Markus > > [1] https://wiki.jenkins-ci.org/display/JENKINS/Job+Run+UUID+Plugin > On 27.07.2016 09:22, justin hyland wrote: > > I'm adding some custom functionality to our Jenkins interface using some > custom

Most reliable way to get the build number of the build just executed using JS/jQuery

2016-07-27 Thread justin hyland
I'm adding some custom functionality to our Jenkins interface using some custom JS and jQuery. A function is set to execute when the user submits a build, and gets redirected to the projects homepage. The JS needs the build ID of what was just executed to (for example), retrieve the builds *con

VerifyError when starting Tomcat with OpenJDK and Bouncy Castle

2015-09-15 Thread Justin
I submitted JENKINS-30099 a few weeks ago and haven't seen any activity. I thought I'd post here to make sure it was noticed. Tomcat throws exceptions and fails to start with bcprov-jdk15on-1.51.jar or later whereas it works fine with bcprov

Access to the POST Body

2015-03-12 Thread Justin Paston-Cooper
ch is able to read POST body (and preferably the headers). It doesn't seem possible to configure Gitlab to pass the data as a URL parameter. Is there a specific reason why there is no such plugin? Is there an alternative? Thanks, Justin Paston-Cooper -- You received this message because you

openid-plugin fix for users with proxy servers / request for commit access to the plugin repo

2014-04-02 Thread Justin Harringa
a additional tests and am currently using a build with the fix in production with the Google Apps provider. I don't see any reason why this pull request might cause any issues with other OpenID providers. Thanks and have a good day, Justin -- You received this message because you are s

Re: puppet-jenkins puppet module

2013-10-08 Thread Justin Lambert
As I hit send I noticed my finger must have come off the shift a little too soon - GH username jlambert121, not jlambert1210. On Tuesday, October 8, 2013 9:35:46 AM UTC-6, Justin Lambert wrote: > > Not having any response on this thread or in Github it appears this may > not have

Re: puppet-jenkins puppet module

2013-10-08 Thread Justin Lambert
open issues? On Tuesday, September 10, 2013 10:43:15 AM UTC-6, Justin Lambert wrote: > > I wanted to see if there was any active maintainers for the puppet jenkins > module. There are 6 outstanding PRs for this project that don't seem to be > requesting any additional informat

Job DSL Plugin not showing up in update center

2013-10-04 Thread Justin Ryan
I released over 24 hours ago and haven't seen it show up in the update center yet. Though I can see other plugins being released. I can see the binaries uploaded: http://maven.jenkins-ci.org:8081/content/repositories/releases/org/jenkinsci/plugins/job-dsl/1.17/ And I get a permission error if I t

puppet-jenkins puppet module

2013-09-10 Thread Justin Lambert
I wanted to see if there was any active maintainers for the puppet jenkins module. There are 6 outstanding PRs for this project that don't seem to be requesting any additional information to merge. If there is an active maintainer, please let me know what I can do to help get these merged. Th

Github Buildhive Hook

2013-08-28 Thread Justin Ryan
Can someone with admin privileges to the jenkinsci org restore the buildhive hook to the job-dsl-plugin ( https://github.com/jenkinsci/job-dsl-plugin) repo? It worked a long time ago, but it appears to be missing now. I can't see a Settings link to check for sure. We're no longer getting builds of

Re: CI build set up for teamconcert-plugin

2013-04-11 Thread Justin Ryan
Only people with admin access to the github repo can register the service hooks needed by buildhive. Can someone with admin access also enable the service hooks for the job-dsl-plugin after they do it for teamconcert-plugin? On Thu, Apr 11, 2013 at 2:49 AM, Ulli Hafner wrote: > You can enable i

Limiting Repo Access

2013-03-28 Thread Justin Collins
n't seem to have this ability now. If there is going to be one team set up per repo/plugin, then the team should be restricted to that repo. Right now ~150 teams have access to jenkinsci/brakeman-plugin. That kind of defeats the point of having teams. Thanks, Justin -- You received this

copyartifact parents of parents

2013-03-07 Thread Justin Ryan
b3 can copy from the job1 build that triggered job2 which triggered job3. I've tested and it looks good. There's a few other pull requests pending, do you need any help looking at them? Maybe we can work together to get a few merged in and get a release out. -justin -- You received this

Re: Did support for writing Groovy plugins ever happen?

2013-02-22 Thread Justin Ryan
The Job DSL used the associated files plugin ( https://github.com/jenkinsci/associated-files-plugin) from @abayer as a simple template of a groovy-based project with a gradle build. On Fri, Feb 22, 2013 at 7:39 AM, Bruno P. Kinoshita < brunodepau...@yahoo.com.br> wrote: > Hi there, > > > I think

Hardware resource plugin

2013-02-07 Thread Justin Ryan
ot'd install of system packages, then un-mounting. AWS requires a unique /dev device when mounting these volumes, and linux only support a limited number of them, i.e. I can't create them on the fly. Having them per-executor REALLY simplifies things for me. -justin -- You received thi

Re: Use of XML Entities in Job Configurations

2013-02-06 Thread Justin Ryan
The job that runs the dsl has links to the jobs it creates, is that the kind of UI you're thinking of? On Tue, Feb 5, 2013 at 11:20 PM, Åsmund Østvold wrote: > Justin, > > I need to have a look at job-dsl. Any plan for GUI support for relation > ships between definition an

Re: Use of XML Entities in Job Configurations

2013-02-05 Thread Justin Ryan
> > > > On Fri, Oct 19, 2012 at 3:56 PM, Chris Wozny wrote: > >> Wow, Intel's plugin solves exactly the problem I'm dealing with. Can't >> wait for their release! >> >> >> On Monday, October 15, 2012 6:04:35 PM UTC-4, Jesse Glick wrote: >

Re: Disabling the "People" link or functionality?

2013-01-27 Thread Justin Santa Barbara
but I'd welcome any comments on the idea/approach! Justin On Sun, Jan 27, 2013 at 10:05 AM, David Kovalev Langeland < helten...@gmail.com> wrote: > Hi, > > I have had some resource consumption issues with Jenkins for a while, > which I hoped would be fixed in 1.500 based on

Re: New plugin: job-dsl-plugin

2012-12-21 Thread Justin Ryan
al94781 <http://twitter.com/al94781> > blog: the-music-of-time.blogspot.com > flickr: flickr.com/photos/andrewbrucelaw > > > > On 26 July 2012 06:06, Justin Ryan wrote: > >> Thanks. I jumped on IRC and got my id added. >> >> >> On Wed, Jul 25, 2012

BuildHive for job-dsl-plugin

2012-12-20 Thread Justin Ryan
BuildHive for the job-dsl-plugin project doesn't seem to be setup properly, and it appears that it requires administrative rights to are required to set the hooks up properly. Can someone fix it?

Re: Request to commit access to upload Over-the-Air Ad Hoc Deployment Plugin For iOS

2012-12-05 Thread justin
Hi, Please find the repository under https://github.com/jeslyvarghese/otabuilder-plugin If the other link is giving a 404 error. I have requested an ownership transfer in github. Sorry i done this in wrong time. On Thursday, December 6, 2012 12:44:18 PM UTC+5:30, justin wrote: > > Hi J

Request to commit access to upload Over-the-Air Ad Hoc Deployment Plugin For iOS

2012-12-05 Thread justin
Hi Jenkins Developers, I have developed a Jenkins Plugin that automates the process of Over-the-Air Ad Hoc Deployment for iOS projects. The plugin is written in jruby https://github.com/sourcebits-jesly/otabuilder-plugin. Am all new towards programming as well as contribution to any open source

Re: Job Templatator

2012-11-18 Thread Justin Ryan
Just to be clear the job-dsl plugin can generate ANY xml seen in the config.xml. There just happens to be some dsl method which make it easier to generate the xml for common plugins, we're adding new dsl methods all the time. Likewise we can use another job config as a base for the new job, so if y

Re: Job Templatator

2012-11-16 Thread Justin Ryan
Definitely checkout the job-dsl plugin if you're generating jobs via groovy, it'll save your a lot of work. We have some "template" jobs which developer can clone for small stuff, but that only provides a single template and no changes over time (though that's probably what developers want). We th

Wiki Installation count stale

2012-10-30 Thread Justin Ryan
I looks like the installations found count for plugins hasn't been updated since August (i.e. it's missing Sept and will be missing Oct soon). Can someone see if something is broken with the reporting?

I need hosting for my Jenkins-Plugin in ruby.

2012-10-18 Thread justin
Hey, I have written a plugin for OTA link generation for XCode Projects in Jenkins, I need hosting for the same. https://github.com/sourcebits-jesly/otabuilder-plugin is the github repo for that, and git://github.com/sourcebits-jesly/otabuilder-plugin.git , the git link to same. Guess I will f

Re: Use of XML Entities in Job Configurations

2012-10-15 Thread Justin Ryan
, but once we're in Groovy and have programmatic control it's trivial to build a good view spec based on some variables. We can generate dozens of jobs which are 99% the same, except for viewspecs, using a few lines of job dsl code. -justin On Mon, Oct 15, 2012 at 1:13 PM, Chris Wozny w

Archetypal plugins examples

2012-09-24 Thread Justin Ryan
appears to do everything in a moden way, so it makes a good archetype. I'd like some more for the other major @Extension points. -justin

Re: Pull Request Action

2012-07-31 Thread Justin Ryan
I reviewed it and it looks good, and commented as such. In this case, gboissinot pretty much owns the plugin. I'd give him a few days to accept it and a release a new version. On Mon, Jul 30, 2012 at 5:31 AM, Richard Bywater wrote: > Hi > > I've created a pull request against the Gradle plugin >

Re: New plugin: job-dsl-plugin

2012-07-26 Thread Justin Ryan
cloudbees.com/job/plugins/job/job-dsl/ > > > 2012/7/25 Justin Ryan > >> I'd like to move development and ci of a new plugin to jenkin-ci.org: >> >> Can someone add us to the GitHub org? My id is quidryan, and my >> co-conspirator andrewharmellaw >> Can s

Re: New plugin: job-dsl-plugin

2012-07-25 Thread Justin Ryan
dd them (you can also add arbitrary > number of people if you are on IRC.) > > 2012/7/26 Justin Ryan : > > Thanks. > > > > In addition to the members team failing, we also didn't get added to the > > jenkins-ci org. > > > > > > On Wed, Ju

Re: New plugin: job-dsl-plugin

2012-07-25 Thread Justin Ryan
gt; ci job on https://jenkins.ci.cloudbees.com/job/plugins/job/job-dsl/ > > > 2012/7/25 Justin Ryan > >> I'd like to move development and ci of a new plugin to jenkin-ci.org: >> >> Can someone add us to the GitHub org? My id is quidryan, and my >> co-conspirator andrewharmell

New plugin: job-dsl-plugin

2012-07-25 Thread Justin Ryan
I'd like to move development and ci of a new plugin to jenkin-ci.org: Can someone add us to the GitHub org? My id is quidryan, and my co-conspirator andrewharmellaw Can someone fork the project? It's current at https://github.com/JavaPosseRoundup/job-dsl-plugin Can someone create a ci.jenkins-ci.o

Request for github repo & CI for openstack-jenkins

2012-04-30 Thread Justin Santa Barbara
have a CI job set up at the same time, that would be wonderful. Thanks! Justin