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
Summary: No message about "skip_maven_build marker found .." after git push jbossea...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Image
Version: 2.x
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Ben Parees
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-08 08:38 UTC by Nan Wei
Modified: 2015-05-15 00:34 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-30 00:49:56 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Nan Wei 2013-11-08 08:38:14 UTC
Description of problem:
When add skip_maven_build marker to jbosseap-6 app and jbossas-7, then git push, there is no message about "skip_maven_build marker found; build will be skipped". However, it can show this message on the jbossews-1.0 and jbossews-2.0 apps.

Version-Release number of selected component (if applicable):
devenv_4003
How reproducible:
always
Steps to Reproduce:
1.Create a jbosseap app
2.Add Skip Maven Build marker to the app
touch .openshift/markers/skip_maven_build
3.Change something
4.Git push
Actual results:
remote: Stopping jbosseap cartridge
remote: Sending SIGTERM to jboss:31987 ...
remote: Building git ref 'master', commit d5cfd90
remote: Building jbosseap cartridge
remote: Preparing build for deployment
remote: Deployment id is 128a386c
remote: Activating deployment
remote: Deploying jbosseap cartridge
remote: Starting jbosseap cartridge
remote: Found 127.1.248.1:8080 listening port
remote: Found 127.1.248.1:9999 listening port
remote: /var/lib/openshift/527c86f7bc57132a67000041/jbosseap/standalone/deployments /var/lib/openshift/527c86f7bc57132a67000041/jbosseap
remote: /var/lib/openshift/527c86f7bc57132a67000041/jbosseap
remote: Artifacts deployed: ./ROOT.war
remote: Result: success
remote: Activation status: success
remote: Deployment completed with status: success
Expected results:
There is some message "skip_maven_build marker found; build will be skipped" as jbossews-1.0 and jbossews-2.0
Additional info:

Comment 1 Ben Parees 2014-01-11 22:49:24 UTC
PR: https://github.com/openshift/origin-server/pull/4348

Comment 2 openshift-github-bot 2014-01-12 00:04:37 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

Comment 3 Nan Wei 2014-01-13 02:25:25 UTC
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

Comment 4 Nan Wei 2014-01-13 02:54:01 UTC
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".


Note You need to log in before you can comment on or make changes to this bug.