Re: Recommendations for updating minimum Jenkins version on plugin

2022-10-10 Thread Jamie Tanna
I can see if anyone can give a hand with it? On Wednesday, April 13, 2022 at 8:57:19 PM UTC+1 Mark Waite wrote: > On Wed, Apr 13, 2022 at 1:52 PM Jamie Tanna wrote: > >> That's amazing, thanks!  >> >> On Wednesday, April 13, 2022 at 8:33:54 PM UTC+1 m...@basilcrow.com

Re: Jenkins Wiki CSS issues

2022-10-06 Thread Jamie Tanna
Great stuff, thanks for picking this up! On Thu, 6 Oct 2022, 11:52 'Herve Le Meur' via Jenkins Developers, < jenkinsci-dev@googlegroups.com> wrote: > The version with the deprecation banner has been deployed: > https://wiki.jenkins-ci.org/JENKINS/index.html > > -- > You received this message

Co-maintainers requested for job-dsl-plugin

2022-10-03 Thread Jamie Tanna
Hey folks! Last October I adopted the Job DSL Plugin. However, that was as I was leaving my previous job, where I used Jenkins heavily, to now not using it at all, which means it's hard to get closer to the real-world usage I once had.

Jenkins Wiki CSS issues

2022-10-03 Thread Jamie Tanna
Hey folks, Not sure if I've missed a conversation elsewhere, but looks like, in Firefox (Nightly 104.0a1 (2022-07-13) (64-bit)) the CSS on the Wiki is broken. There's a browser warning: > The stylesheet https://wiki.jenkins-ci.org/display/JENKINS/styles/site.css was not loaded because its

Re: Hacktoberfest Preptember

2022-09-29 Thread Jamie Tanna
And if anyone doesn't want to opt the whole repo in (maybe too much work required over the month) you can still tag PRs as `hacktoberfest-accepted` so it counts, but means fewer potential drive-by/low quality contributions On Thu, 29 Sept 2022, 17:45 Jean-Marc Meessen, wrote: > We are now at

Re: New Gradle Plugin for JTE Plugin

2022-07-23 Thread Jamie Tanna
There's at least https://github.com/jenkinsci/gradle-jpi-plugin as prior art of Gradle plugins ☺ On Fri, 22 Jul 2022, 20:35 steven...@gmail.com, wrote: > Thanks Alex! > > That makes sense. wasn't sure if that was the appropriate place given this > is a Gradle plugin. > > I'll give it a shot :)

Re: Jenkins Test Harness with plugins

2022-07-01 Thread Jamie Tanna
developer/tutorial/run/>. >>>> >>>> > You can also apply the @WithPlugin >>>> <https://javadoc.jenkins.io/component/jenkins-test-harness/?org/jvnet/hudson/test/recipes/WithPlugin.html> >>>> >>>> annotation to indiv

Re: Jenkins Test Harness with plugins

2022-06-29 Thread Jamie Tanna
on to individual test cases, but this is rarely required. However, when adding `testImplementation` and `testRuntimeOnly`, that still doesn't work - could it be because I'm running on Gradle? On Wednesday, June 29, 2022 at 9:22:41 AM UTC+1 Jamie Tanna wrote: > When running the Jenkins Test Harness in t

Jenkins Test Harness with plugins

2022-06-29 Thread Jamie Tanna
When running the Jenkins Test Harness in tests via this branch , I'm seeing the following error (bold for emphasis): 0.007 [id=1997]INFO o.jvnet.hudson.test.JenkinsRule#createWebServer: Running on

Re: Recommendations for updating minimum Jenkins version on plugin

2022-04-13 Thread Jamie Tanna
That's amazing, thanks!  On Wednesday, April 13, 2022 at 8:33:54 PM UTC+1 m...@basilcrow.com wrote: > The Choosing a Jenkins version to build against > > > page in the developer documentation should cover

Recommendations for updating minimum Jenkins version on plugin

2022-04-13 Thread Jamie Tanna
Hey folks, I'm getting around to some maintenance on job-dsl and was wondering about updating the minimum Jenkins version used. Currently

Re: Request to update default assignee on JIRA for job-dsl-plugin

2021-12-23 Thread Jamie Tanna
le get confused with default assignee as they think > someone will be working on it because it's assigned. > > > On Tue, 21 Dec 2021 at 11:33, Jamie Tanna wrote: > >> Hey folks, >> >> I've just spotted that a couple of Jenkins issues for Job DSL have been >> raised and

Request to update default assignee on JIRA for job-dsl-plugin

2021-12-21 Thread Jamie Tanna
Hey folks, I've just spotted that a couple of Jenkins issues for Job DSL have been raised and assigned to the default assignee, Dan, who's taking a step back from the project. As the current maintainer (https://groups.google.com/g/jenkinsci-dev/c/yblmzQoV7ak) would it be possible to get

Re: BOM builds on ci.jenkins.io

2021-11-25 Thread Jamie Tanna
If this is a problem of regular Multibranch scanning, we can avoid it via https://www.jvt.me/posts/2020/02/23/jenkins-multibranch-skip-branch-index/: ``` // execute this before anything else, including requesting any time on an agent if

Enabling Continuous Delivery / automated release process for Gradle project

2021-11-17 Thread Jamie Tanna
Hey folks, I saw https://groups.google.com/g/jenkinsci-dev/c/4o75QPEslyU and https://www.jenkins.io/doc/developer/publishing/releasing-cd/ and was very interested in setting it up for the Job DSL Plugin , but it's a Gradle project. Has anyone set

Re: Request to adopt Job DSL Plugin

2021-10-27 Thread Jamie Tanna
insci/job-dsl-plugin.wiki.git` > <https://github.com/jenkinsci/job-dsl-plugin.wiki.git>, worked just fine > for me. > > On Wed, 27 Oct 2021 at 16:15, Jamie Tanna wrote: > >> Is it possible to also get access to the Wiki's repository? >> >> It looks like it'

Re: Request to adopt Job DSL Plugin

2021-10-27 Thread Jamie Tanna
189>) and is required as part of the release process On Wednesday, October 27, 2021 at 9:33:03 AM UTC+1 Jamie Tanna wrote: > Thanks very much! > > I'll look at resolving the Acceptance Tests when I get a chance :) > > On Tuesday, October 26, 2021 at 11:20:10 PM UTC+1 timja...@gmail.com

Re: Unable to fully release Job DSL Plugin due to issue with `gradle-jpi-plugin`

2021-10-27 Thread Jamie Tanna
I've managed to resolve this by upgrading the plugin <https://github.com/jenkinsci/job-dsl-plugin/commit/6b7a8d813c3c3b9f5daf0fcee823c9fd128d8f42> On Wednesday, October 27, 2021 at 9:38:55 AM UTC+1 Jamie Tanna wrote: > I've also raised this on the plugin > <https://githu

Re: Unable to fully release Job DSL Plugin due to issue with `gradle-jpi-plugin`

2021-10-27 Thread Jamie Tanna
I've also raised this on the plugin <https://github.com/jenkinsci/gradle-jpi-plugin/issues/192> On Wednesday, October 27, 2021 at 9:35:30 AM UTC+1 Jamie Tanna wrote: > Hey folks, > > I've just started my first release of the Job DSL Plugin (commit > <https://github.com/jen

Unable to fully release Job DSL Plugin due to issue with `gradle-jpi-plugin`

2021-10-27 Thread Jamie Tanna
Hey folks, I've just started my first release of the Job DSL Plugin (commit ) and it's failing to publish the Jenkins Plugin, with the following error: ``` Initialized native services in:

Re: Request to adopt Job DSL Plugin

2021-10-27 Thread Jamie Tanna
05:09 PM UTC+1 timja...@gmail.com wrote: >> >>> Adding Daniel to cc >>> >>> On Mon, 11 Oct 2021 at 16:45, Jamie Tanna wrote: >>> >>>> Hi Gavin, >>>> >>>> Thanks for the reply - it's helpuful to understand the process f

Re: unable to perform jenkins release through local machine

2021-10-15 Thread Jamie Tanna
Can you please *immediately* change your password? You shouldn't share even the encrypted form below On Fri, 15 Oct 2021, 10:15 Mohammad Jameel Uddin, < mohammad.jameelud...@saucelabs.com> wrote: > Hi All, > > I want to release the Jenkins plugin through local machine, but while > performing

Re: Request to adopt Job DSL Plugin

2021-10-11 Thread Jamie Tanna
y responds in two weeks you'll be able to take over. > > On a personal note, it's a super busy and popular plugin, so thanks for > stepping up, but also all the issues will be a bit daunting. > > Gavin > > On Sun., Oct. 10, 2021, 4:00 a.m. Jamie Tanna, wrote: > >

Request to adopt Job DSL Plugin

2021-10-10 Thread Jamie Tanna
Hi, I would like to volunteer myself to become a maintainer of the Jenkins Job DSL plugin. - Link to a plugin you want to adopt: https://plugins.jenkins.io/job-dsl/ - Link(s) to pull requests you want to deliver, if applicable: