Skip to content

Commit

Permalink
JBEAP-9156: Use githubRepoUrl and githubRepoBranch variables in OpenS…
Browse files Browse the repository at this point in the history
…hift deployment instructions
  • Loading branch information
sgilda committed Mar 27, 2018
1 parent a11695e commit 265410b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ SERVICES.html
CHANGES.html
CONTRIBUTING.html
RELEASE_PROCEDURE.html
guide/*.html
shared-doc/*.html
out
nb-configuration.xml
Expand Down
3 changes: 2 additions & 1 deletion shared-doc/attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
:ProductShortName: JBoss EAP
:buildRequirements: Java 8.0 (Java SDK 1.8) or later and Maven 3.3.1 or later
:jbdsEapServerName: Red Hat JBoss Enterprise Application Platform 7.1
:githubRepoUrl: https://github.com/jbossas/eap-quickstarts/
:githubRepoUrl: https://github.com/wildfly/quickstart/
:githubRepoBranch: master
:guidesBaseUrl: https://github.com/jboss-developer/jboss-developer-shared-resources/blob/master/guides/
:useEclipseUrl: {guidesBaseUrl}USE_JBDS.adoc#use_red_hat_jboss_developer_studio_or_eclipse_to_run_the_quickstarts
:useEclipseDeployJavaClientDocUrl: {guidesBaseUrl}USE_JBDS.adoc#deploy_and_undeploy_a_quickstart_containing_server_and_java_client_projects
Expand Down
4 changes: 2 additions & 2 deletions shared-doc/deploy-to-openshift-online.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ Follow these instructions to deploy this quickstart to OpenShift Online.
*Add to Project:* {artifactId}
*Application Name:* {artifactId}
*Custom http Route Hostname:* (leave blank)
*Git Repository URL:* https://github.com/wildfly/quickstart
*Git Reference:* master
*Git Repository URL:* {githubRepoUrl}
*Git Reference:* {githubRepoBranch}
*Context directory:* {artifactId}
----

Expand Down

0 comments on commit 265410b

Please sign in to comment.