Hide Forgot
Description of problem: Check the old jenkins application on STG. (Those were created before the bug 1021722 is fixed) After the latest migration, the .m2 folder is not created under the home folder. Version-Release number of selected component (if applicable): STG(devenv-stage_604) How reproducible: always Steps to Reproduce: 1. Check the old jenkins application on STG that was created several sprints ago. 2. 3. Actual results: No ".m2" folder is there. Expected results: According to https://bugzilla.redhat.com/show_bug.cgi?id=1021722 , we shall have this folder. Additional info:
upgrade script added to create the directory: https://github.com/openshift/origin-server/pull/4312
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/3d00a74c76f3ae0e53d1f24eb92963dd9ab550a4 bug 1039824: The .m2 folder should be created for the existing old jenkins apps
Check with migration from devenv_stage_609 to devenv_4120 1).The code is checked-in. 2). Create an jenkins application on devenv_stage_609. Remove .m2 folder manually. Migrate. The folder is created after migration. On STG, this folder is still not found.
After discussion, mark the bug as verified.
(In reply to Ben Parees from comment #1) > upgrade script added to create the directory: > > https://github.com/openshift/origin-server/pull/4312 Hi, Ben Do you want to make this fix be released in Sprint 37? if yes, I guess you need to send an STG pull request as well. Thanks
I don't know if it needed to be, but I created a PR for stage. https://github.com/openshift/origin-server/pull/4319
On further discussion w/ the cartridge team we are not going to push this to stage, so it will be fixed with the sprint 38 release.