Skip to content

Commit

Permalink
changed croc hunter url and image repo
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonkey committed Feb 24, 2018
1 parent d5815da commit 82e7209
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions Jenkinsfile.json-e
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"app": {
"name": "croc-hunter",
"replicas": "3",
"cpu": "10m",
"memory": "128Mi",
"test": true,
"hostname": "croc-hunter.squareroute.io"
},
"container_repo": {
"host": "quay.io",
"master_acct": "eamonkeane",
"alt_acct": "eamonkeane",
"jenkins_creds_id": "quay_creds",
"repo": "croc-hunter",
"dockeremail": ".",
"dockerfile": "./",
"image_scanning": false
},
"pipeline": {
"enabled": true,
"debug": false,
"library": {
"branch": "dev"
}
}
}

0 comments on commit 82e7209

Please sign in to comment.