This commit is contained in:
Inaki Fernandez
2020-06-04 20:05:50 +02:00
parent 09a90fc900
commit ef56d2e683
4 changed files with 10 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 83 KiB

View File

@@ -163,12 +163,22 @@
##### Automating Service Level Indicators/Service Level Objectives based build validation with Keptn and Jenkins
- [Keptn](https://www.keptn.sh) provides **automated SLI/SLO-based quality gates**
- [tutorials.keptn.sh](https://tutorials.keptn.sh/)
- [github.com/keptn/keptn](https://github.com/keptn/keptn)
- [Keptn Jenkins Shared Library](https://github.com/keptn-sandbox/keptn-jenkins-library) **integrates Jenkins and Keptn** with just a couple of function calls.
- [Jenkins Online Meetup](https://www.meetup.com/Jenkins-online-meetup/events/270861119/) Andreas Grabner from Dynatrace will talk about **automating Service Level Indicators/Service Level Objectives based build validation with Keptn and Jenkins.**
- In many organizations up to 80% of pipeline execution time is spent in manual build validation steps. How can we reduce that? One option is applying Google's SRE (Site Reliability Engineering) practices by **automating SLI (Service Level Indicators) & SLO (Service Level Objectives) based build validation**. This method has proven to detect problematic issues in production and also allows us to automatically approve or reject builds being pushed through our pipelines.
- In this session you learn the basics of picking good **SLIs & SLOs** and how to extract them from your monitoring tools. After this session you will be able to start implementing this integration yourself with Jenkins. To give you a jump start you will be introduced to the open source project [Keptn](https://www.keptn.sh) which provides **automated SLI/SLO-based quality gates**. Then we'll talk about [Keptn Jenkins Shared Library](https://github.com/keptn-sandbox/keptn-jenkins-library) which **integrates Jenkins and Keptn** with just a couple of function calls.
- [youtube: Level-Up your Jenkins-based Delivery with Keptn](https://www.youtube.com/watch?v=VYRdirdjOAg&t=5s)
<center>
[![keptn](images/keptn-jenkins-sli-slo-1.jpg)](https://twitter.com/keptnProject)
[![keptn](images/keptn-jenkins-sli-slo-2.jpg)](https://twitter.com/keptnProject)
[![keptn](images/keptn-jenkins-sli-slo-3.jpg)](https://twitter.com/keptnProject)
</center>
#### Jenkinsfile Runner. Serverless / function-as-a-service build execution
- [Jenkinsfile Runner](https://github.com/jenkinsci/jenkinsfile-runner) Jenkinsfile Runner is an experiment to package Jenkins pipeline execution as a command line tool. The intend use cases include:
- Use Jenkins in Function-as-a-Service context