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
1. Head too high, causing legs to sink | |
> Roll towards the stroking arm as it goes down into the water, and roll away from the stroking arm as it comes up to the surface." | |
> Don't press your arm down when breathing. | |
2. Bad pacing ( kicking/pulling too much) | |
3. Stressed out , causing stiff body | |
4. unilateral breathing, causing lopsided strok | |
> Breathe every 4 |
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
- Don't kick off job for regular commits | |
- Prevent commit listeners from running | |
- Get changelog working | |
- Share scopes( reuse githubouathaction) |
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
environment_image: docker-registry:80/deploy/deal_estate:latest | |
deployment: | |
ref: master | |
task: bundle install ; bundle exec cap $deploy_env deploy | |
auto_merge: false | |
required_contexts: [DotCi] | |
payload: "[]" | |
environment: environment | |
description: "deploy boy" | |
notifications: |
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
image: ubuntu | |
run_params: " --blah" | |
links: | |
- image: skeletor | |
run_params: " --meow" | |
links: | |
- image: mysql | |
run_params: " meow" | |
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
image: ubutu | |
run_options: '--rm --net="bridge" -v /workspace/blah=/var -e "MEOW=MEOW"' | |
services: | |
- image: mysql | |
run_options: '-e "MEOW=MEOW"' | |
- image: redis | |
run_options: '-e "MEOW=MEOW"' | |
script: | |
unit: rake unit | |
integration: rake integration |
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
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException | |
at org.mongodb.morphia.mapping.MappedClass.callLifecycleMethods(MappedClass.java:425) | |
at org.mongodb.morphia.mapping.Mapper.fromDb(Mapper.java:597) | |
at org.mongodb.morphia.mapping.Mapper.fromDBObject(Mapper.java:296) | |
at org.mongodb.morphia.query.MorphiaIterator.convertItem(MorphiaIterator.java:78) | |
at org.mongodb.morphia.query.MorphiaIterator.processItem(MorphiaIterator.java:65) | |
at org.mongodb.morphia.query.MorphiaIterator.next(MorphiaIterator.java:60) | |
at org.mongodb.morphia.query.QueryImpl.get(QueryImpl.java:415) | |
at com.groupon.jenkins.dynamic.build.repository.DynamicBuildRepository.getCurrentStateByNumber(DynamicBuildRepository.java:197) | |
at com.groupon.jenkins.dynamic.build.DynamicSubProject.getCurrentStateByNumber(DynamicSubProject.java:300) |
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
service docker stop | |
sh -c "echo deb http://get.docker.io/ubuntu docker main\ | |
> /etc/apt/sources.list.d/docker.list" | |
apt-get update | |
apt-get install lxc-docker | |
service docker start | |
root@jenkins:~# docker -v | |
Docker version 0.11.1, build fb99f99 |
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
<settings> | |
<pluginGroups> | |
<pluginGroup>org.jenkins-ci.tools</pluginGroup> | |
</pluginGroups> | |
<profiles> | |
<!-- Give access to Jenkins plugins --> | |
<profile> | |
<id>jenkins</id> | |
<activation> |
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
6ac970aa7beace706d3d96cc2804f1059e88f1fe296b4b428a710f236699 | |
a277d925784e77a4b82cf429ca865498b1ca47f0bac441e5aea067cf6404 | |
04ce714dc9736b9711a368785f7d2c27c0f5af89e7ca860e8f5ea31e235c | |
e4bf23c72d41f5264184fc9e7efb2146d8178fc98250e53534e314c7f602 | |
160672ff2572342bdf763c5dacbb7119c56078cc7a50efe6ec2a887d98a8 | |
4c38642eef373693c7d78c51a7a850b68bccd172e0dc8956b09d56668538 | |
46b4bfadfb1df4b1424b23d58b896d0201dc618d995c07f0a3af790510ad | |
fbd0cd15b496fd88b22e5a17e668200cd7639ce9ed44d4a0bfdac5ce0f52 | |
c90eb81900532a68c957f71c78f9a7cfd95124ac3b46fbb7 |
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
environment: | |
# always a hash map | |
vars: | |
RBXOPT: -X19 # by default | |
JRUBY_OPTS: --1.9 # by default | |
BUNDLE_PATH: tmp/bundle | |
BUNDLE_FROZEN: true | |
BUNDLE_WITHOUT: production:development | |
# always single value |