Re: Proposal: add pull request message info to GitChangeSet

2017-09-18 Thread Jesse Glick
On Mon, Sep 18, 2017 at 12:35 PM, Joan Friedman wrote: > We have a use case for adding a comment to Atlassian Pull Requests when > Jenkins starts a build including one. Automatic when using an appropriate branch source, such as for BitBucket. -- You received this

Proposal: add pull request message info to GitChangeSet

2017-09-18 Thread Joan Friedman
We have a use case for adding a comment to Atlassian Pull Requests when Jenkins starts a build including one. To do this, we would like to use jenkins' changesets, rather than drop into the commandline using git and awk. Currently, this information is ignored when GitChangeSet parses a commit.

Re: Can a nested Jelly config figure out whether it's in a Build or Post Build?

2017-09-18 Thread Jesse Glick
On Fri, Sep 15, 2017 at 5:55 PM, 'Alexandra Goultiaeva' via Jenkins Developers wrote: > I guess to make it backward compatible I could still keep the old field The developer docs includes a page on using `readResolve` and the like, incl. testing with `@LocalData`.

Re: Start in creating a new plugin

2017-09-18 Thread Amr Osama
Thanks alot now i want to debugs the hello world plugin to jenkins using eclipse i run this command as in documentation mvnDebug hpi:run this error message appear in the command line Listening for transport dt_socket at address: 8000 Debugger failed to attach: handshake failed - received >GET /

Re: access jenkins from remote nginx

2017-09-18 Thread Daniel Beck
Please don't ask user questions on the developers list. > On 18. Sep 2017, at 10:14, pritha ghosh wrote: > > Hi, > > My Jenkins server and nginx server is in 2 different machine in the same > intranet. the nginx web server is exposed to the internet via a domain

access jenkins from remote nginx

2017-09-18 Thread pritha ghosh
Hi, My Jenkins server and nginx server is in 2 different machine in the same intranet. the nginx web server is exposed to the internet via a domain name. to access Jenkins from /internet I need to add the Jenkins url as proxy pass in the nginx host config file but it is not working If I give