This file contains hidden or 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
def (jobName, branchName) = "${env.JOB_NAME}".tokenize('/') | |
if (jobName = "example") { | |
job = load "example/Jenkinsfile" | |
} |
This file contains hidden or 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
Unreleased changes: | |
[Bug] Some minor minor thingie | |
Release 2.0.0: | |
[Bug] An (unreleased) bug | |
[Release] | |
[Breaking] Crap. I had to break stuff | |
Release 1.1.1: | |
[Bug] A bugfix |
This file contains hidden or 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
version: "2" | |
services: | |
dev: | |
image: jakubsacha/symfony-docker:php7-dev | |
volumes: | |
- ".:/var/www/html" | |
- "/var/www/html/var/cache/" | |
- "/var/www/html/var/sessions/" | |
links: | |
- mysql |
This file contains hidden or 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
originalContent |
This file contains hidden or 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
import Ember from 'ember'; | |
export default Ember.Controller.extend({ | |
appName: 'Ember Twiddle' | |
}); |
This file contains hidden or 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
$ docker-compose --verbose build web | |
compose.config.config.find: Using configuration files: ./docker-compose.yml,./docker-compose.override.yml | |
docker.auth.auth.load_config: Trying /Users/emil/.docker/config.json | |
docker.auth.auth.load_config: File doesn't exist | |
docker.auth.auth.load_config: Trying /Users/emil/.dockercfg | |
docker.auth.auth.load_config: File doesn't exist - returning empty config | |
compose.cli.command.get_client: docker-compose version 1.5.2, build unknown | |
docker-py version: 1.5.0 | |
CPython version: 2.7.10 | |
OpenSSL version: OpenSSL 0.9.8zg 14 July 2015 |
This file contains hidden or 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
<?xml version='1.0' encoding='utf-8'?> | |
<response> | |
<status> | |
<code>200</code> | |
</status> | |
<item> | |
<id>8a9e8dee-9f51-11e5-99f6-0025905422d6</id> | |
<cloudAccountName>cl20536</cloudAccountName> | |
<description>Privat</description> |
This file contains hidden or 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
<?xml version='1.0' encoding='utf-8'?> | |
<response> | |
<status> | |
<code>200</code> | |
</status> | |
<item> | |
<id>8a9e8dee-9f51-11e5-99f6-0025905422d6</id> | |
<cloudAccountName>cl20536</cloudAccountName> | |
<description>Privat</description> | |
<serviceNotification>1</serviceNotification> |
This file contains hidden or 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
$ php -i | grep sqlite | |
PDO drivers => mysql, odbc, sqlite | |
pdo_sqlite | |
sqlite3 | |
sqlite3.extension_dir => no value => no value |
This file contains hidden or 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
[ | |
'something1' : { | |
'awesome' : true | |
}, | |
'something2': { | |
'awesome' : false | |
} | |
] |