Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit e58dcc1

Browse files
tobbenbthelamer
authored andcommitted
Learning build logic!
1 parent c5b2109 commit e58dcc1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pipeline {
1010
environment {
1111
BUILDS_DISCORD=credentials('build_webhook_url')
1212
GITHUB_TOKEN=credentials('498b4638-2d02-4ce5-832d-8a57d01d97ab')
13-
EXT_GIT_BRANCH = 'master'
13+
EXT_GIT_BRANCH = 'development'
1414
EXT_USER = 'domoticz'
1515
EXT_REPO = 'domoticz'
1616
BUILD_VERSION_ARG = 'DOMOTICZ_COMMIT'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ Below are the instructions for updating containers:
187187

188188
## Versions
189189

190+
* **19.02.19:** - Fix branch for version logic.
190191
* **11.02.19:** - Add pipeline logic and multi arch.
191192
* **02.07.18:** - Add openssh package.
192193
* **01.07.18:** - Fix backup/restore in webgui.

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ release_type: stable
77
release_tag: latest
88
ls_branch: master
99
repo_vars:
10-
- EXT_GIT_BRANCH = 'master'
10+
- EXT_GIT_BRANCH = 'development'
1111
- EXT_USER = 'domoticz'
1212
- EXT_REPO = 'domoticz'
1313
- BUILD_VERSION_ARG = 'DOMOTICZ_COMMIT'

0 commit comments

Comments
 (0)