Re: Unable to configure Fork Change Request Trait using Job DSL

2019-08-19 Thread Daniel Spilker
t "remove the type > parameters". I was able to configure the trait using `configure` block. > https://gist.github.com/baymac/f1a2249a0ec7b999c057056937e752a6 > > On Saturday, August 17, 2019 at 5:09:03 PM UTC+5:30, Daniel Spilker wrote: >> >>

Re: Unable to configure Fork Change Request Trait using Job DSL

2019-08-17 Thread Daniel Spilker
Hi Parichay, the Job DSL script would be this: organizationFolder('example') { organizations { gitLabSCMNavigator { projectOwner('test') traits { gitLabForkDiscovery { strategyId(42) trust { gitLabTrustNobody() } }

Re: Anyone else seeing a -SNAPSHOT deployed as a release for gradle plugin?

2017-06-30 Thread Daniel Spilker
https://issues.jenkins-ci.org/browse/JENKINS-45126 On Fri, Jun 30, 2017 at 12:07 PM, Robert Sandell wrote: > Yes, I saw that yesterday as well when I installed 2.60.1 > > /B > > 2017-06-30 11:49 GMT+02:00 Stephen Connolly com>: > >> >> ​

Re: writing a jenkins plugin using gradle: gradlew server --continuous

2017-02-13 Thread Daniel Spilker
That does not work and has already been reported in JIRA, see https://issues.jenkins-ci.org/issues/?jql=project%20%3D%20JENKINS%20AND%20component%20%3D%20gradle-jpi-plugin%20AND%20resolution%20%3D%20Unresolved Daniel On Mon, Feb 13, 2017 at 4:58 PM, Guy Matz wrote: > Hello!

Re: describable databinding from custom configs

2017-01-16 Thread Daniel Spilker
I would try DescribableModel#instantiate(Map) from the Structs Plugin: https://github.com/jenkinsci/structs-plugin/blob/structs-parent-1.5/plugin/src/main/java/org/jenkinsci/plugins/structs/describable/DescribableModel.java#L234-L261 On Mon, Jan 16, 2017 at 10:32 PM, Kanstantsin Shautsou <

Re: Plugin site prototype

2016-08-31 Thread Daniel Spilker
Hi, I like it a lot! Thanks to everyone for the great work! my 2 cents: * optional dependencies are not labeled as such, but should be. It's an important info that shows which additional plugins will be installed or not * the search for maintainers should be improved. I only maintain the Job DSL

Re: Patching Groovy?

2016-05-23 Thread Daniel Spilker
ovy .. > > > On Mon, May 23, 2016 at 6:16 PM, Baptiste Mathus <m...@batmat.net> wrote: > >> @Arnaud any news from the Groovy team? >> Le 21 mai 2016 12:07 AM, "Daniel Spilker" <m...@daniel-spilker.com> a >> écrit : >> >>> @Nicolas: I a

Re: Patching Groovy?

2016-05-20 Thread Daniel Spilker
vy update and wait for 2.4.7 >> >> 2016-05-20 20:14 GMT+02:00 Daniel Spilker <m...@daniel-spilker.com>: >> >>> OK, sounds reasonable. Option 3 it is. Can someone give me the necessary >>> permissions (see above)? >>> >>> Daniel >

Re: Patching Groovy?

2016-05-20 Thread Daniel Spilker
time to get the vote started/finished, etc) at best, > and I'd prefer not to pull in unreleased changes we don't know we *need*. > > A. > > On Fri, May 20, 2016 at 7:58 AM, Daniel Beck <m...@beckweb.net> wrote: > >> >> > On 20.05.2016, at 16:53, Daniel Spilker &l

Patching Groovy?

2016-05-20 Thread Daniel Spilker
Hi, the update to Groovy 2.4.6 caused a regression in Jenkins 2.0, see JENKINS-34751 [1]. The issue (GROOVY-7826 [2]) has already been fixed in Groovy, but is not released yet. I would like to get the fix in the first 2.x LTS release. To get the fix in the LTS, there are several options: 1.

Re: Automatic Plugin Documentation [GSOC 2016]

2016-05-17 Thread Daniel Spilker
On Tue, May 17, 2016 at 3:26 PM, Robert Sandell wrote: > I don't think we should have to rely on having to make a release just to > get a fix into the documentation. > The doc generation should be just picked from the master branch during the > static generation of

Structs Plugin

2016-04-06 Thread Daniel Spilker
Hi! I'm working on integrating the Structs plugin into Job DSL [1]. So far I'm very pleased with the results, see my message to Job DSL list for details [2]. I have some remarks though: * I think there are some classloading issues [3] in the Structs plugin. My workaround is to add a dependency

Re: "mvn javadoc:test-javadoc" plugin build failures with Java8

2016-04-05 Thread Daniel Spilker
See http://blog.joda.org/2014/02/turning-off-doclint-in-jdk-8-javadoc.html Daniel On Tue, Apr 5, 2016 at 7:25 AM, Michael Neale wrote: > I had this problem some months ago when releasing and the javadoc phase - > I never did get to the bottom of it. > > Can you paste the

Commit access to job-node-stalker-plugin

2015-12-17 Thread Daniel Spilker
-stalker-plugin to do a proper release? I do not want to become the maintainer, so I put the plugin up for adoption. My GitHub ID is daspilker. Daniel -- Forwarded message -- From: Daniel Spilker <m...@daniel-spilker.com> Date: Mon, Sep 14, 2015 at 5:58 PM Subject: Jenkin

Re: [Job DSL] Extend the context of another plugin?

2015-10-22 Thread Daniel Spilker
I answered on the Job DSL list: https://groups.google.com/d/msg/job-dsl-plugin/qO7asEPCndo/nzwUhAD_BQAJ On Thu, Oct 22, 2015 at 12:30 AM, Dan Alvizu wrote: > Hi, > > > I am using the Job DSL plugin on my project. I have a proprietary plugin, > part of which is > > a

Re: Plugin Hosting Request: job-dsl-promotions-plugin

2015-09-28 Thread Daniel Spilker
ally > depends on 4 plugins due to the same reason. > Daniel (Spilker), WDYT? > > > On 27 Sep 2015, at 10:17, Stephen Connolly < > stephen.alan.conno...@gmail.com> wrote: > > Why can't he optional dep not be inverted and just have job-dsl optionally > depend on

Re: Plugin Hosting Request: job-dsl-promotions-plugin

2015-09-25 Thread Daniel Spilker
Picking up the discussion from https://issues.jenkins-ci.org/browse/JENKINS-21750. I want to avoid that the job-dsl-promotions-plugin gets released outside of the Update Center. That's only a short-term solution. The Promoted Builds Plugin does not seem to have a maintainer, but please correct me

Re: deploy to nexus using gradle with jpi plugin

2015-07-24 Thread Daniel Spilker
The error message is a bit misleading... If you change the repoUrl and snapshotRepoUrl options to point to your Nexus, you still need to provide a .jenkins-ci.org file in your home directory that contains your Nexus credentials. See

Lost Commit Access to gradle-jpi-plugin

2015-07-08 Thread Daniel Spilker
Hi, I (daspilker) somehow lost commit access to gradle-jpi-plugin. Can someone fix this please? https://github.com/jenkinsci/gradle-jpi-plugin Thanks, Daniel -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To unsubscribe from this group

Re: Need SSIS / MSBI / SQL Developer at PA, NJ, NY, VA, VT, MI

2015-06-29 Thread Daniel Spilker
Isn't this a Google Group? I'm a owner of the Job DSL Google Group and I can ban and remove people from that list or not allow them to post anything. A owner or manager of the group should see a manage button on the upper right corner of the group`s page in Google Groups. As far as I see

Re: Job DSL issue create Conditional build step to send email

2015-05-20 Thread Daniel Spilker
Please use the Job DSL mailing list ( https://groups.google.com/forum/#!forum/job-dsl-plugin) or StackOverflow ( http://stackoverflow.com/questions/tagged/jenkins-job-dsl) for Job DSL questions. And describe the problem in detail apart from it's not working for me Daniel On Wed, May 20, 2015 at

Gradle JPI Plugin 0.11.x

2015-05-08 Thread Daniel Spilker
Hi, version 0.11.0 of the Gradle JPI plugin contains a critical regression [1]. The plugin will publish a HPI file which contains the POM XML. This has been fixed in 0.11.1. Sorry for any inconvenience. Daniel [1]: https://issues.jenkins-ci.org/browse/JENKINS-28305 -- You received this

Pull Request Builder Not Working

2015-04-12 Thread Daniel Spilker
Hi, I opened a pull request [1] two hours ago and it has not been picked up by the pull request builder. According to GitHub, the web hook [2] has been delivered successfully to https://jenkins.ci.cloudbees.com/github-pull-request-hook/. Can someone look into this? Thanks, Daniel [1]

Job DSL Plugin Builds Aborted

2015-04-02 Thread Daniel Spilker
Hi! The last CI builds of the Job DSL Plugin have been aborted after 30 minutes, see https://jenkins.ci.cloudbees.com/job/plugins/job/job-dsl-plugin/ Locally the build takes 10 minutes, mainly due to many @JenkinsRule tests. Can we get faster build nodes or can someone increase the timeout?

Re: Job DSL Plugin Builds Aborted

2015-04-02 Thread Daniel Spilker
Works like a charm. Thanks! Daniel On Thu, Apr 2, 2015 at 3:12 PM, Jesse Glick jgl...@cloudbees.com wrote: On Thu, Apr 2, 2015 at 8:15 AM, Daniel Spilker m...@daniel-spilker.com wrote: Can we get faster build nodes or can someone increase the timeout? I configured it to use a faster

Re: [hello-world-groovy] – Dependency build missing

2015-04-02 Thread Daniel Spilker
https://github.com/jenkinsci/hello-world-groovy-plugin Daniel On Wed, Apr 1, 2015 at 8:53 PM, RamBhagavanBanda b...@hotmail.com wrote: Could you please share the hello world groovy plugin code. -- View this message in context:

Gradle JPI Plugin

2015-02-17 Thread Daniel Spilker
Hi, I'm the maintainer of the Gradle JPI plugin [1] (the Gradle equivalent of the maven-hpi-plugin) and I would like to get the plugin listed on the Gradle Plugin Portal [2]. To get the plugin included, some steps [3] need to be accomplished. The Gradle JPI plugin already fulfills all but

Re: Failure Using the Gradle JPI Plugin

2015-01-08 Thread Daniel Spilker
works! But what should I say, installing an outdated version of Java is a small price to pay if the goal is using a modern programming language :-) Cheers, Thomas On Monday, January 5, 2015 9:18:31 PM UTC+1, Daniel Spilker wrote: Hi! Sorry, the documentation does not give any

Re: Failure Using the Gradle JPI Plugin

2015-01-05 Thread Daniel Spilker
Hi! Sorry, the documentation does not give any recommendations. The recommended Gradle version for the Gradle JPI Plugin is 1.12. Newer versions will cause problems, the next version will support Gradle 2.2.1. You have to use Java 7 since Java 8 also causes problems (

Pull Request Validation

2014-12-16 Thread Daniel Spilker
Hi, for a few days the Jenkins at jenkins.ci.cloudbees.com reports two checks for pull requests to GitHub, but only one succeeds, see https://github.com/jenkinsci/job-dsl-plugin/pull/337 https://github.com/jenkinsci/job-dsl-plugin/pull/336 https://github.com/jenkinsci/job-dsl-plugin/pull/335

Re: Automatic release and update of plugin documentation

2014-12-15 Thread Daniel Spilker
For the Job DSL Plugin [1] we use the Conflunce wiki page only for a summary and some basic information. For all other documentation we point to the GitHub wiki [2]. The wiki content is kept in the repo [3], so contributors can/must update the docs as part of a pull request. To update the wiki

Jenkins Artifactory Settings

2014-12-05 Thread Daniel Spilker
Hi! I want to get the Gradle JPI Plugin [1] included on the Gradle Plugin Portal [2]. To make that happen, some preconditions need to be fulfilled and some configuration must be done in Bintray by someone with the necessary permissions [3]: 1. Make sure your plugin ID is qualified and valid

Re: Gradle JPI Plugin 0.7.0 Released

2014-11-04 Thread Daniel Spilker
, 2014 at 9:33 AM, Daniel Spilker m...@daniel-spilker.com wrote: Hi, there is a new version of the Gradle JPI plugin [1]. Some highlights from the changelog [2]: * updated Gradle to version 1.12, which is now the recommended version for projects using the plugin * added support

Gradle JPI Plugin 0.7.0 Released

2014-10-24 Thread Daniel Spilker
Hi, there is a new version of the Gradle JPI plugin [1]. Some highlights from the changelog [2]: * updated Gradle to version 1.12, which is now the recommended version for projects using the plugin * added support for the Plugin-Developers and Support-Dynamic-Loading manifest attributes * set

Gradle on jenkins.ci.cloudbees.com

2014-10-24 Thread Daniel Spilker
Hi! Gradle jobs on jenkins.ci.cloudbees.com seem to use the version of Gradle installed on the node which currently seems to be Gradle 1.9. That's not a good default, because the Gradle JPI plugin will use Gradle 2.x in upcoming versions, the pull request builder already failed [1]. So

Gradle JPI Plugin Released

2014-10-01 Thread Daniel Spilker
I released a new version of the Gradle JPI plugin: https://github.com/jenkinsci/gradle-jpi-plugin/blob/0.6.0/CHANGELOG.md Please give it a try and report any problems: https://issues.jenkins-ci.org/browse/JENKINS/component/16321 Daniel -- You received this message because you are subscribed

Signing Artifacts

2014-09-27 Thread Daniel Spilker
Hi, I want to publish a new release of the gradle-jpi-plugin. Previous release artifacts of that plugin have been signed with some GPG key, e.g. http://repo.jenkins-ci.org/public/org/jenkins-ci/tools/gradle-jpi-plugin/0.5.0/ Signing artifacts seems to be a good idea in general. Is there some

Re: Push access for gradle-jpi-plugin

2014-09-24 Thread Daniel Spilker
Sorry, it's not working for me. I see no merge buttons on pull request and can't push from the command line. Can you double check? On Tue, Sep 23, 2014 at 12:11 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: Done. Welcome aboard! Ulli Am 22.09.2014 um 22:46 schrieb Daniel Spilker m

Re: Push access for gradle-jpi-plugin

2014-09-24 Thread Daniel Spilker
Now it works, thanks! On Wed, Sep 24, 2014 at 12:22 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: Can please retry? Am 24.09.2014 um 09:58 schrieb Daniel Spilker m...@daniel-spilker.com: Sorry, it's not working for me. I see no merge buttons on pull request and can't push from

Re: gradle-jpi-plugin job config

2014-09-23 Thread Daniel Spilker
wrote: On Tue, Sep 23, 2014 at 7:42 AM, Daniel Spilker m...@daniel-spilker.com wrote: the job for the gradle-jpi-plugin is a Maven job, but should be a Gradle job. Can someone please change that? Done, though I think Jenkins will have to be restarted before the change takes effect

Push access for gradle-jpi-plugin

2014-09-22 Thread Daniel Spilker
Hi, I (daspilker) would like to get push access to https://github.com/jenkinsci/gradle-jpi-plugin. The plugin is unmaintained for several months now, no one is answering on issues or pull requests. I talked to Andrew Bayer at JUC Berlin and he said that he lost interest in maintaining it. I

Re: How to get a plugin's configuration from the system Groovy?

2014-08-19 Thread Daniel Spilker
Hi, you can use the following lines in your Job DSL script to get a mapping of settings names to IDs. import jenkins.model.Jenkins Jenkins jenkins = Jenkins.getInstance() def mavenSettingsConfigProvider =

Gradle JPI Plugin

2014-08-18 Thread Daniel Spilker
Hi, I have been using the Gradle JPI plugin to build the Job DSL plugin for some time now. It has been doing great so far, but it also has it's issues. The biggest issue is that it seems to be unmaintained. Every time I hit an issue with the Gradle JPI plugin, I'm close to porting the Job DSL

job-dsl-plugin JIRA default assignee

2014-07-30 Thread Daniel Spilker
Hi, I'm the maintainer of the Job DSL Plugin for some months now. Can someone please make me the default assignee for the job-dsl-plugin component in JIRA? Thanks in advance, Daniel -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To

Re: job-dsl-plugin JIRA default assignee

2014-07-30 Thread Daniel Spilker
Ah, sorry. It's daspilker. On Wed, Jul 30, 2014 at 9:54 PM, Ulli Hafner ullrich.haf...@gmail.com wrote: What’s your Jenkins user name? Am 30.07.2014 um 21:38 schrieb Daniel Spilker m...@daniel-spilker.com: Hi, I'm the maintainer of the Job DSL Plugin for some months now. Can someone

Re: job-dsl-plugin job configuration

2014-07-02 Thread Daniel Spilker
Could someone look into this or give me the permission to change the job config? I don't want to add a task dependency from test to check, because check depends on test. Thanks, Daniel -- You received this message because you are subscribed to the Google Groups Jenkins Developers group. To

job-dsl-plugin job configuration

2014-06-16 Thread Daniel Spilker
Hi, since recently we use CodeNarc to enforce some coding rules for the Job DSL plugin. Unfortunately, the CodeNarc checks are not executed by our CI job (https://jenkins.ci.cloudbees.com/job/plugins/job/job-dsl-plugin/), because it doesn't run the Gradle check task. Can someone change the job

Re: CI for Job DSL Plugin

2014-03-11 Thread Daniel Spilker
It works, thanks a lot! Daniel -- 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...@googlegroups.com. For more options, visit

CI for Job DSL Plugin

2014-03-05 Thread Daniel Spilker
Hi! I'm maintaining the Job DSL plugin. I would like to run a CI job for the plugin. I already found https://jenkins.ci.cloudbees.com/job/plugins/job/job-dsl-plugin/, but the last run was 2012 and I am not authorized to view/change the configuration. I found no docs on how to fix the setup.

Commit access for job-dsl-plugin

2013-08-02 Thread Daniel Spilker
Hi everyone! Justin Ryan, the maintainer of the job-dsl-plugin, asked the plugin's contributors to apply for commit access. Can you set me (daspilker) up for commit access? Thanks in advance, Daniel -- You received this message because you are subscribed to the Google Groups Jenkins