Re: [Blue Ocean] Getting 403 when trying to create pipeline

2017-06-20 Thread Keith Zantow
Did you use the link in the Blue Ocean UI to create your token or did you create it manually? On Tue, Jun 20, 2017 at 4:14 PM, Th3Alibi wrote: > I am having a hard time using Blue Ocean. When I add my token and attempt > to create a new pipeline, Jenkins logs are showing below stack trace. Th

[Blue Ocean] Getting 403 when trying to create pipeline

2017-06-20 Thread Th3Alibi
I am having a hard time using Blue Ocean. When I add my token and attempt to create a new pipeline, Jenkins logs are showing below stack trace. This is happening in both standalone jenkins and cloudbees enterprise. The token is good, I have tested the auth. We are using an organization acco

Re: Plugin project action NullPointerException after Jenkins restart

2017-06-20 Thread Jesse Glick
You seem to have one `Action` holding on to others, which does not make sense. Either attach all the `Actions` at top level (`Run.addAction`), or make the nested structures extend `Object` and implement `RunAction2` on the actual single `Action`. -- You received this message because you are subsc

Plugin project action NullPointerException after Jenkins restart

2017-06-20 Thread Matej Artač
Greetings, I have a plug-in [1] that worked for freestyle projects. I converted it to support Jenkins Pipelines. It generally works as it should, except after Jenkins starts and before a new build gets executed. In this case, w

Re: Releasing additional artifacts alongside the plugin .hpi

2017-06-20 Thread Oliver Gondža
Thanks, I have not realized one entry can list several paths. Here is the PR: https://github.com/jenkins-infra/repository-permissions-updater/pull/342 -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this g

Re: GitHub and Bitbucket branch source UI refactoring

2017-06-20 Thread Stephen Connolly
If you are chomping at the bit, here are all the binaries: https://www.dropbox.com/sh/47weboatdzus22w/AADNF_aBniOyEeQi9MvM82sMa?dl=0 SHA1 checksums: d9c346ac8db497a35825c7dbbb934842a2bc429a branch-api.hpi 16da429f09fb585fd1d744809ee22c8d612fb62c cloudbees-bitbucket-branch-source.hpi 234fa8eb88da

Re: GitHub and Bitbucket branch source UI refactoring

2017-06-20 Thread Stephen Connolly
OK! Here we are... testing time! These are the plugins that are being covered: (download links should be live in an hour or two) scm-api 2.2.0-alpha-1 https://updates.jenkins.io/download/plugins/scm-api/2.2.0-alpha-1/scm-api.hpi branch-api 2.0.11-alpha-1 https://updates.jenkins.io/download/plugin

Re: Releasing additional artifacts alongside the plugin .hpi

2017-06-20 Thread Jesse Glick
On Tue, Jun 20, 2017 at 6:32 AM, Oliver Gondža wrote: > It would be great to have it released into maven repo as well. The > question is, what gid:aid to use so it does not appear as another plugin, it > is clear those artifacts belong together In trivial cases, you can just attach another artifa

Releasing additional artifacts alongside the plugin .hpi

2017-06-20 Thread Oliver Gondža
Hi, For a foreman-node-sharing plugin, we distribute a tool to populate the foreman with user-controlled configuration (built as multimodule maven project). It would be great to have it released into maven repo as well. The question is, what gid:aid to use so it does not appear as another plu

Re: LTS branch for packaging

2017-06-20 Thread Oliver Gondža
On 2017-06-12 14:38, Daniel Beck wrote: Oliver: Could you take care of this for future baselines as part of creating the jenkinsci/jenkins branch? Sure, on the list of reminders for new line. -- oliver -- You received this message because you are subscribed to the Google Groups "Jenkins De