forked from techdivision/TechDivision_MagentoUnitTesting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.default.properties
42 lines (33 loc) · 1.7 KB
/
build.default.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
#--------------------------------------------------------------------------------
# TechDivision_MagentoUnitTesting Default Properties
#
# @copyright Copyright (c) 1996-2014 <[email protected]> - TechDivision GmbH
# @license http://opensource.org/licenses/osl-3.0.php
# Open Software License (OSL 3.0)
# @author TechDivision GmbH - Core Team <[email protected]>
#--------------------------------------------------------------------------------
# ---- Enviromental Settings ----------------------------------------------------
# jenkins build number (used for packaging)
env.BUILD_NUMBER =
# ---- GIT Settings -------------------------------------------------------------
# GIT binary
bin.git = /usr/bin/git
# GIT Repository to clone build and deployment stub from
git.clone.repository = ssh://${user.name}@trac.tdintern.de:29418
# Clone stub from remote repository
git.clone.arg = ${git.clone.repository}/tdintern/Magento_Build
# ---- Magento Settings ---------------------------------------------------------
# Enterprise Edition
magento.edition = enterprise
magento.version = 1.13.1.0
# ---- Module Release Settings --------------------------------------------------
release.version.number = 1.1.1
release.stability = stable
release.version = ${release.version.number}${release.stability}
# ---- Module Api Settings ------------------------------------------------------
api.version = ${release.version.number}${release.stability}
api.stability = ${release.stability}
# ---- Generator Settings -------------------------------------------------------
generator.flag.confighelper = false
# ---- PHPUnit Testing ----------------------------------------------------------
phpunit.tests.execute = true