jenkinsci / jenkinsci/subversion-plugin
[JENKINS-16977] Jenkins needs two initial builds for newly copied projects
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
Created new project as copy from existing. In the initial config, I immediately change the SVN URL. Then pressing SAVE. Now Jenkins builds two times. First build (SVN CHECKOUT) is with OLD (original) URL, immediately follows a build with the NEW URL. This is weird, as even the first build does not start prior to pressing SAVE. So why not directly building ONCE with the NEW URL instead?
---
Originally reported by
mkarg, imported from: Jenkins needs two initial builds for newly copied projects
Raw content of original issue
Created new project as copy from existing. In the initial config, I immediately change the SVN URL. Then pressing SAVE. Now Jenkins builds two times. First build (SVN CHECKOUT) is with OLD (original) URL, immediately follows a build with the NEW URL. This is weird, as even the first build does not start prior to pressing SAVE. So why not directly building ONCE with the NEW URL instead?
- environment:
Jenkins 1.502 / Tomcat 6 / JDK 1.6.0_18 / Debian 6 / x86
Contributor guide
Assessment
This issue has not been assessed yet.