Skip to content

Commit e67d97b

Browse files
jenkins: Learn how to set up Jenkins and add a call to the deploys API
1 parent c973bc6 commit e67d97b

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

data/scorecards/jenkins.yaml

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
tag: learn-jenkins
2+
name: Learn Jenkins
3+
description: |
4+
Cortex Learn series: Learn how to set up Jenkins and add a call to the deploys API. Author: [email protected]
5+
draft: false
6+
notifications:
7+
enabled: false
8+
scoreDropNotificationsEnabled: false
9+
exemptions:
10+
enabled: false
11+
autoApprove: false
12+
evaluation:
13+
window: 168
14+
ladder:
15+
name: Default Ladder
16+
levels:
17+
- name: Unwritten
18+
rank: 1
19+
color: "#D7AC58"
20+
- name: Completed
21+
rank: 2
22+
color: "#7CCB92"
23+
rules:
24+
- title: Learned
25+
expression: custom("learned") != null
26+
identifier: 921bc595-5a12-3aa1-af45-e17d17e0d649
27+
weight: 1
28+
level: Completed
29+
failureMessage: |
30+
# About
31+
Describe what the scorecard does.
32+
33+
# Set up
34+
Refer to any existing documentation at https://cortex.io/docs and describe any third party software setup.
35+
36+
37+
# Related Cortex Academy courses
38+
List any related courses available at academy.cortex.io.
39+
40+
# Task
41+
Describe the steps to complete the task here.
42+
43+
44+
# CQL Rule
45+
Explain what the CQL checks.
46+
filter:
47+
kind: GENERIC
48+
groups:
49+
include:
50+
- learn-cortex

0 commit comments

Comments
 (0)