-
Bug
-
Resolution: Fixed
-
Major
-
Win7
- Create a Public and Private Jenkins instance, both with Build Publisher installed.
- Check publishing from Private to Public works
- Change the build record path in the Public Jenkins' configuration (copy/move the files if necessary)
- Reload configuration on Public Jenkins or restart server.
- Try publishing again from Private – the build will appear to be published but not appear on Public.
- Examining the file system on Public, the latest published build is in, e.g.:
C:\Jenkins\jobs\myjob\builds\published_build
when it should be in
D:\Jenkins_builds\myjob\builds\published_build
- Examining the file system on Public, the latest published build is in, e.g.:
[JENKINS-11692] Build publisher does not work correctly when Build record path is changed
Component/s | New: core [ 15593 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Has anyone else been able to reproduce this problem?