forked from jenkins-infra/jenkins.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'jenkins-infra:master' into master
- Loading branch information
Showing
30 changed files
with
829 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# Configuration for welcome - https://github.com/behaviorbot/welcome | ||
# TODO | ||
|
||
|
||
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome | ||
# TODO | ||
|
||
|
||
# Comment to be posted to on first time issues | ||
newIssueWelcomeComment: > | ||
Thanks for opening your first issue for jenkins.io! We appreciate you taking the time to report this issue. | ||
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome | ||
|
||
|
||
# Comment to be posted to on PRs from first time contributors in your repository | ||
newPRWelcomeComment: > | ||
Yay, your first pull request towards jenkins.io was created successfully! | ||
Thank you so much! | ||
<br> | ||
<br> | ||
A contributor will provide feedback soon. | ||
Meanwhile, you can join the [chats](https://app.gitter.im/#/room/#jenkins-ci:matrix.org) and [community forums](https://community.jenkins.io/) to connect with other Jenkins users, developers, and maintainers. | ||
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge | ||
|
||
|
||
# Comment to be posted to on pull requests merged by a first time user | ||
firstPRMergeComment: > | ||
Congratulations on getting your very first jenkins.io pull request merged 🎉🥳 | ||
<br> | ||
<br> | ||
This is a fantastic achievement, and we're thrilled to have you as part of our community! | ||
Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! | ||
<br> | ||
<br> | ||
We would like to invite you to join the [community chats](https://app.gitter.im/#/room/#jenkins-ci:matrix.org) and [forums](https://community.jenkins.io/) to meet other Jenkins contributors 😊 | ||
<br> | ||
Don't forget to check out the [participation](https://www.jenkins.io/participate/) page to learn more about how to contribute to Jenkins. | ||
<a href="https://www.jenkins.io/participate/" target="_blank"> | ||
<picture> | ||
<img width="600" src="https://raw.githubusercontent.com/jenkins-infra/jenkins.io/master/.github/images/jenkins-welcome.svg"> | ||
</picture> | ||
</a> | ||
# It is recommended to include as many gifs and emojis as possible! |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
title: "DevOps Dozen 2024: Most Innovative DevOps Open Source Project" | ||
image: awards/most-innovative-2024.png | ||
url: https://devopsdozen.com/devops-dozen-2024-community-award-winners/ | ||
year: 2024 | ||
quote: The Jenkins open source project represents one of the greatest open source projects of all time, and another great project from the Linux Foundation. | ||
It is an industry standard now boasting over 11 million Jenkins developers around the world. | ||
Congrats to The Butler! | ||
Alan Shimel, Techstrong Group Founder & CEO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
No notable changes requiring upgrade notes. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,29 @@ | ||
--- | ||
layout: simplepage | ||
title: Awards | ||
tight: true | ||
--- | ||
|
||
- site.awards.values.sort_by{ |award| [award['year'],award['name']] }.reverse.each do |award| | ||
- if award['image'] | ||
%img{:src => expand_link('images/' + award['image']), :style => 'float: right; margin: 5px;'} | ||
%h2 | ||
- if award['url'] | ||
%a{:href => award['url'], :target => '_blank'} | ||
= award['title'] | ||
- else | ||
= award['title'] | ||
- if award['description'] | ||
%p | ||
= award['description'] | ||
- if award['quote'] | ||
%blockquote | ||
= award['quote'] | ||
%div{:style => 'clear: both;'} | ||
%p.app-description Highlighting the milestones and achievements of Jenkins. | ||
|
||
- site.awards.values.sort_by { |award| [award['year'], award['name']] }.reverse.each do |award| | ||
.award-item | ||
.award-item__icon | ||
- if award['image'] | ||
%img{src: expand_link('images/' + award['image']), alt: award['title'], width: "96"} | ||
- else | ||
%img{src: expand_link('/images/logos/jenkins/jenkins.svg'), alt: 'Placeholder', width: "96"} | ||
.award-item__content | ||
%h2.award-title | ||
- if award['url'] | ||
%a{href: award['url'], target: '_blank', class: 'text-decoration-none'} | ||
= award['title'] | ||
- else | ||
= award['title'] | ||
- if award['description'] | ||
%p.award-description | ||
= award['description'] | ||
- if award['quote'] | ||
%blockquote.award-quote | ||
%p.mb-0 | ||
= award['quote'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.