-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathclickstart.json
More file actions
19 lines (19 loc) · 835 Bytes
/
clickstart.json
File metadata and controls
19 lines (19 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"id": "clojure-clickstart",
"name": "Clojure/Compojure ClickStart",
"source": "git://github.com/CloudBees-community/clojure-clickstart.git",
"description" : "A Clojure/Compjure app with lein, deployable on CloudBees with Jenkins continuous deployment",
"doc-url" : "https://github.com/CloudBees-community/clojure-clickstart/blob/master/README.md",
"app-package" : "https://s3.amazonaws.com/cloudbees-downloads/clickstart/clojure-clickstart.war",
"icon" : "https://d3ko533tu1ozfq.cloudfront.net/clickstart/clojure_icon.png",
"runtime": {
"type": "tomcat"
},
"build-with-jenkins": {
"template": {
"type": "https://raw.github.com/CloudBees-community/clojure-clickstart/master/config.xml",
"options": {
}
}
}
}