-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from zvercodebender/master
Add Tag Release task to create a tag on a branch
- Loading branch information
Showing
11 changed files
with
137 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ bin | |
.project | ||
.pydevproject | ||
.DS_* | ||
supervisord* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#Wed Dec 02 11:13:28 PST 2015 | ||
#Tue Oct 24 19:33:51 EDT 2017 | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-2.4-all.zip |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
version: '3' | ||
|
||
services: | ||
bitbucket: | ||
image: blacklabelops/bitbucket | ||
depends_on: | ||
- postgres_bitbucket | ||
networks: | ||
- bitbucketnet | ||
volumes: | ||
- bitbucketdata:/var/atlassian/bitbucket | ||
ports: | ||
- '7990:7990' | ||
environment: | ||
- 'BITBUCKET_PROXY_NAME=' | ||
- 'BITBUCKET_PROXY_PORT=' | ||
- 'BITBUCKET_PROXY_SCHEME=' | ||
- 'BITBUCKET_DELAYED_START=' | ||
- 'DOCKER_WAIT_HOST=postgres_bitbucket' | ||
- 'DOCKER_WAIT_PORT=5432' | ||
labels: | ||
com.blacklabelops.description: "Atlassian Bitbucket" | ||
com.blacklabelops.service: "bitbucket" | ||
|
||
postgres_bitbucket: | ||
image: blacklabelops/postgres | ||
networks: | ||
- bitbucketnet | ||
volumes: | ||
- postgresqldata:/var/lib/postgresql/data | ||
environment: | ||
- 'POSTGRES_USER=bitbucketdb' | ||
# CHANGE THE PASSWORD! | ||
- 'POSTGRES_PASSWORD=jellyfish' | ||
- 'POSTGRES_DB=bitbucketdb' | ||
- 'POSTGRES_ENCODING=UTF8' | ||
labels: | ||
com.blacklabelops.description: "PostgreSQL Database Server" | ||
com.blacklabelops.service: "postgresql" | ||
|
||
volumes: | ||
bitbucketdata: | ||
external: false | ||
postgresqldata: | ||
external: false | ||
|
||
networks: | ||
bitbucketnet: | ||
driver: bridge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
2017-10-24 23:33:34,313 CRIT Supervisor running as root (no user in config file) | ||
2017-10-24 23:33:34,317 INFO supervisord started with pid 1 | ||
2017-10-24 23:33:35,320 INFO spawned: 'xlr' with pid 8 | ||
2017-10-24 23:33:36,337 INFO success: xlr entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) | ||
2017-10-24 23:36:00,167 WARN received SIGINT indicating exit request | ||
2017-10-24 23:36:00,172 INFO waiting for xlr to die | ||
2017-10-24 23:36:00,386 INFO stopped: xlr (terminated by SIGTERM) | ||
2017-10-24 23:36:00,387 INFO reaped unknown pid 14 | ||
2017-10-24 23:36:00,389 WARN received SIGTERM indicating exit request | ||
2017-10-24 23:36:58,642 CRIT Supervisor running as root (no user in config file) | ||
2017-10-24 23:36:58,646 INFO supervisord started with pid 1 | ||
2017-10-24 23:36:59,650 INFO spawned: 'xlr' with pid 8 | ||
2017-10-24 23:37:00,668 INFO success: xlr entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) | ||
2017-10-24 23:37:48,931 INFO exited: xlr (exit status 0; expected) | ||
2017-10-24 23:50:23,074 WARN received SIGINT indicating exit request | ||
2017-10-24 23:50:48,852 CRIT Supervisor running as root (no user in config file) | ||
2017-10-24 23:50:48,857 INFO supervisord started with pid 1 | ||
2017-10-24 23:50:49,861 INFO spawned: 'xlr' with pid 8 | ||
2017-10-24 23:50:50,884 INFO success: xlr entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) | ||
2017-10-24 23:51:38,903 INFO exited: xlr (exit status 0; expected) | ||
2017-10-24 23:55:11,864 WARN received SIGINT indicating exit request | ||
2017-10-24 23:57:34,176 CRIT Supervisor running as root (no user in config file) | ||
2017-10-24 23:57:34,180 INFO supervisord started with pid 1 | ||
2017-10-24 23:57:35,187 INFO spawned: 'xlr' with pid 8 | ||
2017-10-24 23:57:36,205 INFO success: xlr entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) | ||
2017-10-24 23:58:24,427 INFO exited: xlr (exit status 0; expected) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
1 |