Update Project meetings information and move it to CONTRIBUTING.md (#1029)
* Rewrite the project meetings page, remove the slide reference from the top * Remove Project meetings from the front page * Add project meetings to Contributing.MD * Codacy!
This commit is contained in:
parent
7aa5d6ce1a
commit
ca359810ff
|
|
@ -11,10 +11,6 @@
|
||||||
|
|
||||||
<img src="plugin/src/main/webapp/img/logo-head.svg" width="192">
|
<img src="plugin/src/main/webapp/img/logo-head.svg" width="192">
|
||||||
|
|
||||||
See [presentation slides](https://docs.google.com/presentation/d/1VsvDuffinmxOjg0a7irhgJSRWpCzLg_Yskf7Fw7FpBg/edit?usp=sharing) from Jenkins World 2018.
|
|
||||||
|
|
||||||
Join our Jenkins Configuration as Code office hours meeting scheduled for every second Wednesday. Use the Hangout on Air link from our [Gitter](https://gitter.im/jenkinsci/configuration-as-code-plugin) chat channel. As an alternative, use the link from the [invitation](https://calendar.google.com/event?action=TEMPLATE&tmeid=MmdwdTE1cTFvaGw1NGUycGxqdWUwcXExaWFfMjAxODA3MjVUMDcwMDAwWiBld2VAcHJhcW1hLm5ldA&tmsrc=ewe%40praqma.net&scp=ALL). See previous [meeting minutes](https://docs.google.com/document/d/1Hm07Q1egWL6VVAqNgu27bcMnqNZhYJmXKRvknVw4Y84/edit?usp=sharing).
|
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
|
|
||||||
Setting up Jenkins is a complex process, as both Jenkins and its plugins require some tuning and configuration,
|
Setting up Jenkins is a complex process, as both Jenkins and its plugins require some tuning and configuration,
|
||||||
|
|
@ -48,6 +44,8 @@ jenkins:
|
||||||
In addition, we want to have a well documented syntax file, and tooling to assist in writing and testing,
|
In addition, we want to have a well documented syntax file, and tooling to assist in writing and testing,
|
||||||
so end users have full guidance in using this tool set and do not have to search for examples on the Internet.
|
so end users have full guidance in using this tool set and do not have to search for examples on the Internet.
|
||||||
|
|
||||||
|
Also see the [presentation slides](https://docs.google.com/presentation/d/1VsvDuffinmxOjg0a7irhgJSRWpCzLg_Yskf7Fw7FpBg/edit?usp=sharing) from DevOps World - Jenkins World 2018 for overview.
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
First, start a Jenkins instance with the [Configuration as Code](https://plugins.jenkins.io/configuration-as-code) plugin installed.
|
First, start a Jenkins instance with the [Configuration as Code](https://plugins.jenkins.io/configuration-as-code) plugin installed.
|
||||||
|
|
|
||||||
|
|
@ -42,3 +42,11 @@ Here are some queries you can use to find such issues:
|
||||||
|
|
||||||
Somebody keeps fixing these issues all the time 😱. If the lists are empty,
|
Somebody keeps fixing these issues all the time 😱. If the lists are empty,
|
||||||
just ask in [our Gitter Channel](https://gitter.im/jenkinsci/configuration-as-code-plugin).
|
just ask in [our Gitter Channel](https://gitter.im/jenkinsci/configuration-as-code-plugin).
|
||||||
|
|
||||||
|
### Project meetings
|
||||||
|
|
||||||
|
Join our Jenkins Configuration as Code office hours meeting scheduled for every second Wednesday.
|
||||||
|
At these meetings we discuss recent releases and incoming changes, everybody is welcome to present their JCasC-related work and case studies.
|
||||||
|
See the [Jenkins Event Calendar](https://jenkins.io/event-calendar/) for exact times, we also repost links in our [Gitter chat](https://gitter.im/jenkinsci/configuration-as-code-plugin).
|
||||||
|
|
||||||
|
Archive: [meeting minutes](https://docs.google.com/document/d/1Hm07Q1egWL6VVAqNgu27bcMnqNZhYJmXKRvknVw4Y84/edit?usp=sharing) and [meeting recordings](https://www.google.com/url?q=https://www.youtube.com/playlist?list%3DPLN7ajX_VdyaNgevVZbfczE4IeGifW-t87&sa=D&usd=2&usg=AOvVaw0QPw6eDS-jw_DgHgOaft3Z).
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue