Bug 971106
Summary: | skip_maven_build marker support broken in jbossas/jbosseap cartridges | ||
---|---|---|---|
Product: | OpenShift Online | Reporter: | Dan Mace <dmace> |
Component: | Containers | Assignee: | Dan Mace <dmace> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 2.x | CC: | qgong |
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: | 2013-06-11 04:17:35 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: | |
Embargoed: |
Description
Dan Mace
2013-06-05 17:13:39 UTC
As a workaround, if users don't need a build, they can remove pom.xml from their application repo. This has the same effect as the skip_maven_build marker. Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/c9cd4d862475498d1159a21befe1d4656b182991 Bug 971106: Fix skip_maven_build marker support Verified on STG(devenv-stage_364) 1.Create jbossas/jbosseap application 2.Touch the file .openshift/markers/skip_maven_build 3.Then do some change for the index.html, git push [qgong@dhcp-10-140 markers]$ gitpush [master 7ebb8df] update 0 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .openshift/markers/skip_maven_build Counting objects: 7, done. Delta compression using up to 8 threads. Compressing objects: 100% (4/4), done. Writing objects: 100% (4/4), 483 bytes, done. Total 4 (delta 1), reused 0 (delta 0) remote: Stopping jbosseap cart remote: Sending SIGTERM to jboss:26173 ... remote: Deploying JBoss remote: Starting jbosseap cart remote: Found 127.8.57.1:8080 listening port To ssh://51b151232587c822dd0002ad.rhcloud.com/~/git/q2jbosseap.git/ df27ecc..7ebb8df master -> master 4.Find only the changed file synced to the instance, but not deployed 5.Remove the file .openshift/markers/skip_maven_build 6.Do some change and gitpush, A Maven build is executed, and deployed successfully. |