jenkinsci / jenkinsci/subversion-plugin
[JENKINS-22190] Changelog only shows changes in externals
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
The SVN changlog only shows changes in external projects.
Changes in the main project are not logged (The build IS triggered corretly.
polling log shows:
/Shared/tools/trunk is at revision 670
/project/trunk is at revision 1180 (changed from 1179)
/shared/library/trunk is at revision 1175
/otherproject/trunk is at revision 1170
revision list shows
/Shared/tools : 670
/project/trunk : 1180
/shared/library/trunk : 1175
/otherproject/trunk : 1170
No Changes.
and below that: "Started by an SCM Change".
If we do make a change in 'library' it is showing the changes correctly.
---
Originally reported by renea, imported from: Changelog only shows changes in externals
Raw content of original issue
The SVN changlog only shows changes in external projects.
Changes in the main project are not logged (The build IS triggered corretly.polling log shows:
<server>/Shared/tools/trunk is at revision 670
<server>/project/trunk is at revision 1180 (changed from 1179)
<server>/shared/library/trunk is at revision 1175
<server>/otherproject/trunk is at revision 1170revision list shows
<server>/Shared/tools : 670
<server>/project/trunk : 1180
<server>/shared/library/trunk : 1175
<server>/otherproject/trunk : 1170
No Changes.and below that: "Started by an SCM Change".
If we do make a change in 'library' it is showing the changes correctly.
environment
```
OS Windows 7,
Jenkins 1.553,
Subversion plugin 1.50
```
Contributor guide
Assessment
This issue has not been assessed yet.