I hereby claim:
- I am neildmorris on github.
- I am neildmorris (https://keybase.io/neildmorris) on keybase.
- I have a public key ASCkynZWH6iJvWyy6X769SeBCOdwhdpuKgIVafbXtBV0Bgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| This file used to name this gist. |
| #!groovy | |
| # Best of Jenkinsfile | |
| # `Jenkinsfile` is a groovy script DSL for defining CI/CD workflows for Jenkins | |
| node { | |
| } |
| # import config. | |
| # You can change the default config with `make cnf="config_special.env" build` | |
| cnf ?= config.env | |
| include $(cnf) | |
| export $(shell sed 's/=.*//' $(cnf)) | |
| # import deploy config | |
| # You can change the default deploy config with `make cnf="deploy_special.env" release` | |
| dpl ?= deploy.env | |
| include $(dpl) |
| sudo: required | |
| language: ruby | |
| services: | |
| - docker | |
| before_install: | |
| - echo "Testing Docker Hub credentials" | |
| - docker login -e=$DOCKER_EMAIL -u=$DOCKER_USERNAME -p=$DOCKER_PASSWORD |
I hereby claim:
To claim this, I am signing this object: