How to transfer data from one post build action to another post build action?

2019-01-30 Thread Shihaaz Buhary
Hi all, I'm developing a plugin and I have 2 post build actions. I want to transfer a value from 1st one to the 2nd one on the same job. How can I do it? I know all the job related configuration data are saved in config.xml file. But is there a way that jenkins provides to do this? Thank you!

How to align a checkbox with an optionalBlock vertically?

2019-01-30 Thread Shihaaz Buhary
Hi all, I want to align a checkbox with an optionalBlock vertically. How can I do it? Does jenkins support styles? [image: 123.png] -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving

Re: jenkins official kubernetes operator

2019-01-30 Thread Tomasz Sęk
On Friday, 25 January 2019 19:26:41 UTC+1, Jesse Glick wrote: > > >>> we have to run some jobs on master to configure it(apply groovy > scripts, restore/backup and seed jobs creation). > > > >> This seems inadvisable and is generally insecure. Better for these > tasks to be externalized. > >

Re: How to override the port properties when running the JenkinsRule?

2019-01-30 Thread Victor Martinez
Just for the record, an environmental issue in mi end (quite obvious) I basically tweaked my /etc/hosts for some unknown reason and that's where the localhost was wrongly redirected to a wrong IP. Sorry about the spam and thanks Carlos, you really saved my day. -- You received this message

Re: How to override the port properties when running the JenkinsRule?

2019-01-30 Thread Victor Martinez
I see! Then I completely misunderstood the stacktrace when debugging the line ... I need to narrow down what's causing that issue in my local machine. Thanks Carlos! -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from

Access to github for ease-plugin for 2 new developers

2019-01-30 Thread Robert Friedman
I need some help with getting new maintainers added to https://github.com/jenkinsci/ease-plugin so that they have commit access. They were added to the permissions repo in this commit: https://github.com/jenkins-infra/repository-permissions-updater/pull/933, but they never received

Re: How to override the port properties when running the JenkinsRule?

2019-01-30 Thread Carlos Sanchez
is it the port or the ip? I've seen that error when it tried to bind to an ip address that did not exist On Wed, Jan 30, 2019 at 9:10 PM Victor Martinez < victormartinezru...@gmail.com> wrote: > Hi guys, > > I'm running out of ideas. I'm getting some binding errors when running the > tests for

How to override the port properties when running the JenkinsRule?

2019-01-30 Thread Victor Martinez
Hi guys, I'm running out of ideas. I'm getting some binding errors when running the tests for the jenkins core locally. Probably that's something I can easily fix by setting the port, but I've no clue where I can find those details, even though I already with mvn -Pdebug verify -Dport=18080

Re: Plugin Adoption: Google OAuth Plugin

2019-01-30 Thread 'Craig Barber' via Jenkins Developers
Thanks Baptiste, I seem to be missing some permissions on the repo. On the other plugin my team maintains: https://github.com/jenkinsci/google-kubernetes-engine-plugin we have the ability to merge PRs, edit the repo, and add contributors. When you have a moment could you please assign those same

Running Jenkins Pipelines in AWS Lambda

2019-01-30 Thread Carlos Sanchez
In case anyone is interested I created a PoC to run jenkinsfile-runner in AWS Lambda for a totally serverless execution. https://github.com/carlossg/jenkinsfile-runner-lambda https://blog.csanchez.org/2019/01/29/running-jenkins-pipelines-in-aws-lambda/ -- You received this message because you

Request to maintain plugin GitHub Pull Request Builder

2019-01-30 Thread Hornsby, Peter (CAI - Kent)
Hello all! I would to request that Peter Hornsby (me) and Michael Schloss become maintainers of the the following plugin: GitHub Pull Request Builder Plugin https://wiki.jenkins.io/display/JENKINS/GitHub+pull+request+builder+plugin GitHub pull request builder plugin - Jenkins - Jenkins