[GitHub] camel pull request #2262: CAMEL-12288: Initial implementation of method call...

2018-03-21 Thread ctron
GitHub user ctron opened a pull request: https://github.com/apache/camel/pull/2262 CAMEL-12288: Initial implementation of method calls in the client This change refactors the code and adds the ability to perform method calls instead of write operations. You can merge this pull r

Re: Jenkins Pipeline Build Missing Deploy Phase?

2018-03-21 Thread Zoran Regvart
Hello, On Wed, Mar 21, 2018 at 9:04 AM, Claus Ibsen wrote: > Can we have another pipeline that just does the deploy? > Then we can have the deploy to run once per day. > And if we are in need of a quicker SNAPSHOT we can kick the job > manually, and it would take 1h We can, but that one also can

Re: Jenkins Pipeline Build Missing Deploy Phase?

2018-03-21 Thread Claus Ibsen
Hi Can we have another pipeline that just does the deploy? Then we can have the deploy to run once per day. And if we are in need of a quicker SNAPSHOT we can kick the job manually, and it would take 1h And then have this pipeline that does the testing. If we only build SNAPSHOT after a 100% suc