Skip to content

Instantly share code, notes, and snippets.

@slemeur
Last active August 29, 2015 14:17
Show Gist options
  • Save slemeur/ad44b0d2cd7e85712f61 to your computer and use it in GitHub Desktop.
Save slemeur/ad44b0d2cd7e85712f61 to your computer and use it in GitHub Desktop.
test stev
{
"project":{
"name":"getting-started-guided-tour",
"visibility":"public",
"builders":{
"default":"maven"
},
"mixinTypes": [
"GuidedTour"
],
"runners":{
"default":"system:/java/web/tomcat7"
},
"type":"maven",
"attributes":{
"language":[
"java"
]
,
"codenvyGuidedTour": [
"https://gist.githubusercontent.com/benoitf/06fe094c47deb9ec5b9f/raw/cb102f58c34cdda91b28a71a14b7b58f91819e30/guidedtour.json"
] },
"description":"Getting Started Guided Tour"
},
"source":{
"project":{
"location":"https://github.com/spring-projects/spring-petclinic.git",
"type":"git",
"parameters":{
"branch":"master"
}
}
},
"actions": {
"welcome": {
"authenticated": {
"title": "Discover",
"contenturl": "https://dl.dropboxusercontent.com/u/2187905/Codenvy/PetClinic-Onboarding-Steps/welcome.html"
},
"nonauthenticated": {
"title": "Discover",
"contenturl": "https://dl.dropboxusercontent.com/u/2187905/Codenvy/PetClinic-Onboarding-Steps/welcome.html"
}
}
},
"creator":{
"name":"Florent Benoit - modified",
"email":"fbenoit@codenvy.com"
},
"v":"2.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment