Re: Questions about deleting branches on Apache Jenkins

2019-02-21 Thread Willem Jiang
Maybe we can setup a rule for the development branch which could be skipped. The CI job can be ran when we send a PR from the development. Just my 2 cents. Willem Jiang Twitter: willemjiang Weibo: 姜宁willem On Fri, Feb 22, 2019 at 9:47 AM Xiangdong Huang wrote: > > The jenkins job list:

Re: Questions about deleting branches on Apache Jenkins

2019-02-21 Thread Xiangdong Huang
The jenkins job list: https://builds.apache.org/job/IoTDB-Pipeline/ There are 10+ branches on the list. Actually it is what we asked several months ago. At that time, we wanted to using Jenkins to test all branches. So, Chris helped us to set a routine task to scan new branches everyday and then

Re: Questions about deleting branches on Apache Jenkins

2019-02-21 Thread Felix Cheung
Can you point to where you see these branches? Is it on asf Jenkins? From: yi xu Sent: Thursday, February 21, 2019 12:52 AM To: dev@iotdb.apache.org Subject: Questions about deleting branches on Apache Jenkins Hi, I’m curious about the branch detection of our

Questions about deleting branches on Apache Jenkins

2019-02-21 Thread yi xu
Hi, I’m curious about the branch detection of our Jenkins pipeline. If I create a new branch and push it to remote repo, I can find my branch on jenkins pipeline. However, if I delete this branch on remote repo, jenkins pipeline won’t delete it. Now there are lots of useless branches piled up