Yeah, it can send email when build fail. I try in jenkins[1] looks like it can easily deploy snapshot to apache snapshot repo.
This job will run every 6 hours and check current commit status (which means travis CI build status). I also open a new PR[2] to add a snapshot version check via maven plugin to make sure we only run `mvn deploy` for snapshot version. [1]:https://builds.apache.org/job/Apache%20Dubbo/job/apache-dubbo-snapshot-deployment/ [2]:https://github.com/apache/incubator-dubbo/pull/4157 On 2019/05/24 09:49:07, Huxing Zhang <[email protected]> wrote: > Hi, > > On Fri, May 24, 2019 at 3:59 PM YunKun Huang <[email protected]> wrote: > > > > Thanks. I checked it and I have access to create jenkins job now. > > > > And for maillist, I have subscribed them according to document. > > Can failed job be sent to dev@ list? > > > > > On 2019/05/24 07:13:44, Ian Luo <[email protected]> wrote: > > > YunKun, > > > > > > I've added you into hudson-jobadmin group. Pls. proceed. As the doc > > > instructs, You must subscribe to users@infra and builds@ to receive > > > notifications of Jenkins upgrades, outages, etc. > > > > > > Thanks, > > > -Ian. > > > > > > > > > On Fri, May 24, 2019 at 11:40 AM YunKun Huang <[email protected]> wrote: > > > > > > > To be honest, I'm not sure if it can support all of those scenarios. > > > > > > > > But I'm happy to help on this to investigate and try what can we achieve > > > > via jenkins. > > > > > > > > According to this WIKI[1], in order to get access to jenkins, user > > > > should > > > > be a member of the hudson-jobadmin group, and PMC chair should able to > > > > change this. > > > > > > > > @Ian Luo, could you have a look at this wiki when you get time and give > > > > me > > > > access so I can start investigate this stuff? > > > > > > > > [1] https://cwiki.apache.org/confluence/display/INFRA/Jenkins > > > > > > > > On 2019/05/24 03:23:47, Huxing Zhang <[email protected]> wrote: > > > > > Hi > > > > > > > > > > On Fri, May 24, 2019 at 10:25 AM YunKun Huang <[email protected]> > > > > wrote: > > > > > > > > > > > > Hi all, > > > > > > > > > > > > Do we have any update for this one? > > > > > > > > > > Not yet. > > > > > > > > > > Can Jenkins support the following scenarios? > > > > > > > > > > - deploy snapshot to maven repository upon successful build for each > > > > commit > > > > > - deploy dubbo-ops as a preview upon successful build for each commit > > > > > - build & deploy dubbo-website for each commit > > > > > > > > > > If so I am +1 on it. > > > > > > > > > > > > > > > -- > > > > > Best Regards! > > > > > Huxing > > > > > > > > > > > > > > > > -- > Best Regards! > Huxing >
