Bug 1039824

Summary: The .m2 folder should be created for the existing old jenkins apps on STG
Product: OpenShift Online Reporter: Qiushui Zhang <qiuzhang>
Component: ImageAssignee: Ben Parees <bparees>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: bmeng, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-30 00:52:59 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Qiushui Zhang 2013-12-10 05:40:46 UTC
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:

Comment 1 Ben Parees 2013-12-10 21:26:52 UTC
upgrade script added to create the directory:

https://github.com/openshift/origin-server/pull/4312

Comment 2 openshift-github-bot 2013-12-10 23:32:45 UTC
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

Comment 3 Qiushui Zhang 2013-12-11 07:20:21 UTC
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.

Comment 4 Qiushui Zhang 2013-12-11 07:38:04 UTC
After discussion, mark the bug as verified.

Comment 5 Xiaoli Tian 2013-12-11 10:21:29 UTC
(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

Comment 6 Ben Parees 2013-12-11 14:51:58 UTC
I don't know if it needed to be, but I created a PR for stage.

https://github.com/openshift/origin-server/pull/4319

Comment 7 Ben Parees 2013-12-11 22:21:49 UTC
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.