| Summary: | No message about "skip_maven_build marker found .." after git push jbosseap-6 and jbossas-7 app with skip_maven_build marker added | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Nan Wei <nwei> |
| Component: | Image | Assignee: | Ben Parees <bparees> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 2.x | CC: | bparees, 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:49:56 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
Nan Wei
2013-11-08 08:38:14 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/294607e7cb878c2894782bfe363d3c3456e1b422 Bug 1028327 - No message about "skip_maven_build marker found .." after git push jbosseap-6 and jbossas-7 app with skip_maven_build marker added Version-Release number of selected component (if applicable): devenv_4213 Steps to Reproduce: 1.Create a jbosseap app #rhc app create jbos6 jbosseap-6 2.Add Skip Maven Build marker to the app #cd jbos6 #touch .openshift/markers/skip_maven_build 3.Change something 4.Git push # git add .; git commit -amp; git push remote: Stopping jbosseap cartridge remote: Sending SIGTERM to jboss:6627 ... remote: Building git ref 'master', commit 59037d4 remote: Building jbosseap cartridge remote: skip_maven_build marker found; build will be skipped remote: Preparing build for deployment remote: Deployment id is aca7498b remote: Activating deployment remote: Deploying jbosseap cartridge remote: Starting jbosseap cartridge remote: Found 127.1.244.1:8080 listening port remote: Found 127.1.244.1:9999 listening port remote: /var/lib/openshift/52d349c8c455644ed6000007/jbosseap/standalone/deployments /var/lib/openshift/52d349c8c455644ed6000007/jbosseap remote: /var/lib/openshift/52d349c8c455644ed6000007/jbosseap remote: Artifacts deployed: ./ROOT.war remote: Result: success remote: Activation status: success remote: Deployment completed with status: success And create jbossas-7 app and push, output also exists skip_maven_build message as follow: "remote: skip_maven_build marker found; build will be skipped". |