Re: CI jobs for publishing SNAPSHOTs

2022-08-01 Thread Otavio Rodolfo Piske
Hello, Thanks guys. The 3.14 looks broken, but it looks like a problem in the agent. On Mon, Aug 1, 2022 at 4:13 PM Zheng Feng wrote: > It looks like camel-3.18.x is working > > https://ci-builds.apache.org/job/Camel/job/Camel%20Daily%20Snapshot%20Deploy/job/camel-3.18.x/8/ > > > On Mon, Aug

Re: CI jobs for publishing SNAPSHOTs

2022-08-01 Thread Zheng Feng
It looks like camel-3.18.x is working https://ci-builds.apache.org/job/Camel/job/Camel%20Daily%20Snapshot%20Deploy/job/camel-3.18.x/8/ On Mon, Aug 1, 2022 at 1:20 PM Claus Ibsen wrote: > Hi > > Yeah that seems correct. I am trying this now. > > On Mon, Aug 1, 2022 at 4:31 AM Zheng Feng wrote:

Re: CI jobs for publishing SNAPSHOTs

2022-07-31 Thread Claus Ibsen
Hi Yeah that seems correct. I am trying this now. On Mon, Aug 1, 2022 at 4:31 AM Zheng Feng wrote: > So it could be change to use > > when { > anyOf { > branch 'main'; > branch 'camel-3.18.x'; > branch 'camel-3.14.x' > } > } > > On Mon, Aug 1, 2022 at 4:20 AM

Re: CI jobs for publishing SNAPSHOTs

2022-07-31 Thread Zheng Feng
So it could be change to use when { anyOf { branch 'main'; branch 'camel-3.18.x'; branch 'camel-3.14.x' } } On Mon, Aug 1, 2022 at 4:20 AM Jeremy Ross wrote: > I don't know anything about Jenkins, but I suspect it's getting skipped > because of this: > > when {

Re: CI jobs for publishing SNAPSHOTs

2022-07-31 Thread Jeremy Ross
I don't know anything about Jenkins, but I suspect it's getting skipped because of this: when { branch 'main' } https://github.com/apache/camel/blob/b254e0e8269980b05e340d685d4704369b01ed1e/Jenkinsfile.deploy#L62-L64 The branch wouldn't be 'main', it'd be '3.18.x', therefore the step is

Re: CI jobs for publishing SNAPSHOTs

2022-07-30 Thread Claus Ibsen
Hi All I can see from builds logs for 3.18.x is https://ci-builds.apache.org/job/Camel/job/Camel%20Daily%20Snapshot%20Deploy/job/camel-3.18.x/5/console Stage "Build & Deploy" skipped due to when conditional On Sat, Jul 30, 2022 at 8:03 AM Claus Ibsen wrote: > Hi > > It seems that the CI

CI jobs for publishing SNAPSHOTs

2022-07-30 Thread Claus Ibsen
Hi It seems that the CI jobs for 3.18.x and 3.14.x does not publish SNAPSHOTs to Apache snapshot repo. eg 3.18.x branch is set as 3.18.1-SNAPSHOT as the version number but we only have the older 3.18.0-SNAPSHOT versions before the 3.18.0 LTS was released (july 9th)