Praqma / praqma-jenkins-casc

Repository for our casc demo setup
MIT License
70 stars 93 forks source link

Demo projects for casc. Find and configure a good second example project #7

Closed MadsNielsen closed 6 years ago

MadsNielsen commented 6 years ago

We want to add some intial projects to jcasc. We discussed it and we decided that we want to have a couple of examples on how to do this.

Then entry point will be the jenkins.yaml file where we define the initial seeds jobs in the jobs root element:

jenkins:
 [...]
jobs: 
 [...]

This can be seen as a subtask of #3

This is about figuring out the second demo job we want to use, we'll use jcasc itself as an example, to which you can already copy paste the yaml from the plugin source, so the task of this is to find a good second example project that demonstrates typical use.

buep commented 6 years ago

Related to https://github.com/Praqma/praqma-jenkins-casc/issues/8

MadsNielsen commented 6 years ago

First part done.

I've created a project with the purpose of demoing some of the features we've added.

https://github.com/Praqma/praqma-jenkins-casc-demo1-example

Demonstrates the following

Missing:

MadsNielsen commented 6 years ago

build our own plugin is blocked by https://github.com/jenkinsci/configuration-as-code-plugin/issues/170