Skip to content

Commit

Permalink
Update naming of DEV_COMMUNITY to be SUGARCRM
Browse files Browse the repository at this point in the history
  • Loading branch information
lschaefer-sugarcrm committed Apr 4, 2018
1 parent e99fbb0 commit 2a610b4
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,13 +266,14 @@ Credentials Binding Plugin.)
1. ID: GITHUB_SUGARCRM_UNIT_TESTS
1. Description: GitHub account that has access to https://github.com/sugarcrm/unit-tests
1. Create new global credentials for the account that has access to the
[SugarCRM Developer Builds Space](https://community.sugarcrm.com/community/developer/developer-builds).
[SugarCRM Developer Builds Space](https://community.sugarcrm.com/community/developer/developer-builds) and the [Sugar
Store](https://store.sugarcrm.com/download).
1. Kind: **Username with password**
1. Scope: **Global**
1. Username: your SugarCRM Developer Builds Space username
1. Password: your SugarCRM Developer Builds Space password
1. ID: SUGARCRM_DEVELOPER_BUILDS_SPACE
1. Description: Account that has access to the SugarCRM Developer Builds Space
1. Username: your SugarCRM username
1. Password: your SugarCRM password
1. ID: SUGARCRM_ACCOUNT
1. Description: SugarCRM Account
1. Create a new global secret for the path to where Sugar Docker will be stored on your host machine (not the path on
Jenkins).
1. Kind: **Secret text**
Expand Down Expand Up @@ -309,7 +310,7 @@ text(s) or file(s)** option.
1. Username Variable: `SUGARCRM_USERNAME`
1. Password Variable: `SUGARCRM_PASSWORD`
1. Credentials: **Specific credentials**
1. Select the SUGARCRM_DEVELOPER_BUILDS_SPACE credentials.
1. Select the SUGARCRM_ACCOUNT credentials.
1. In the **Bindings** section, select **Add** > **Secret text**. Then input the following:
1. Variable: `PATH_TO_SUGAR_DOCKER_ON_HOST`
1. Credentials: **Specific credentials**
Expand All @@ -330,9 +331,9 @@ text(s) or file(s)** option.
SUGAR_DOCKER_DIRECTORY="workspace/sugardocker"
# This variable is completely optional. If you want to store the Sugar source zips on your local machine instead
# of downloading them from the SugarCRM Developer Builds space, input the path to where the Sugar source zips are
# stored. For example: /var/sugardocker/data/app/sugar_source_zips. Note that your Sugar source zips MUST follow
# this naming convention: Sugar$sugarEdition-$sugarVersion.zip (for example: SugarEnt-7.11.zip).
# of downloading them from the SugarCRM Developer Builds space or Sugar Store, input the path to where the Sugar
# source zips are stored. For example: /var/sugardocker/data/app/sugar_source_zips. Note that your Sugar source zips
# MUST follow this naming convention: Sugar$sugarEdition-$sugarVersion.zip (for example: SugarEnt-7.11.zip).
# SUGAR_SOURCE_ZIPS_DIRECTORY=""
cd scripts
Expand Down

0 comments on commit 2a610b4

Please sign in to comment.