Hide Forgot
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:
PR: https://github.com/openshift/origin-server/pull/4348
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".