-
Notifications
You must be signed in to change notification settings - Fork 16
/
clickstart.json
32 lines (31 loc) · 1.04 KB
/
clickstart.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"id": "glassfish4-full-clickstart",
"name": "Glassfish4 Full App",
"source": "github",
"description" : "Basic Java EE 7 app deployed on Glassfish 4 Full Platform via Jenkins with Maven",
"doc-url" : "https://github.com/CloudBees-community/glassfish4-full-clickstart/blob/master/README.md",
"icon" : "https://raw.github.com/CloudBees-community/glassfish4-full-clickstart/master/icon.png",
"disabled" : false,
"supported-by" : "community",
"app-package" : "https://repository-community.forge.cloudbees.com/release/localdomain/localhost/glassfish4-full-clickstart/1.0.0/glassfish4-full-clickstart-1.0.0.war",
"order" : 100,
"runtime": {
"type": "glassfish4-full",
"app-parameters" : {
"runtime.glassfish4.auth-realm.database": "mydb"
}
},
"databases": [
{
"type": "mysql",
"alias": "mydb"
}
],
"build-with-jenkins": {
"template": {
"type": "maven",
"options": {
}
}
}
}