Skip to content

Commit

Permalink
Add icon and color for jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed Aug 8, 2023
1 parent 3daa910 commit 61fdf20
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.12.0] Unreleased

### Added

- Add icon and color for wellknown file `jenkinsfile`.

## [0.11.0] 2023-07-05

### Added
Expand Down
1 change: 1 addition & 0 deletions Terminal-Icons/Data/colorThemes/devblackops.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'.travis.yml' = 'FFE4B5'
'.gitlab-ci.yml' = 'FF4500'
'.jenkinsfile' = '6495ED'
'jenkinsfile' = '6495ED'
'bitbucket-pipelines.yml' = '87CEFA'
'bitbucket-pipelines.yaml' = '87CEFA'
'.azure-pipelines.yml' = '00BFFF'
Expand Down
1 change: 1 addition & 0 deletions Terminal-Icons/Data/colorThemes/devblackops_light.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
'.travis.yml' = 'ffbe4f'
'.gitlab-ci.yml' = 'FF4500'
'.jenkinsfile' = '6495ED'
'jenkinsfile' = '6495ED'
'bitbucket-pipelines.yml' = '87CEFA'
'bitbucket-pipelines.yaml' = '87CEFA'
'.azure-pipelines.yml' = '00BFFF'
Expand Down
1 change: 1 addition & 0 deletions Terminal-Icons/Data/iconThemes/devblackops.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
'.travis.yml' = 'nf-dev-travis'
'.gitlab-ci.yml' = 'nf-fa-gitlab'
'.jenkinsfile' = 'nf-dev-jenkins'
'jenkinsfile' = 'nf-dev-jenkins'
'bitbucket-pipelines.yml' = 'nf-dev-bitbucket'
'bitbucket-pipelines.yaml' = 'nf-dev-bitbucket'
'.azure-pipelines.yml' = 'nf-md-microsoft_azure'
Expand Down
2 changes: 1 addition & 1 deletion Terminal-Icons/Terminal-Icons.psd1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@{
RootModule = 'Terminal-Icons.psm1'
ModuleVersion = '0.11.0'
ModuleVersion = '0.12.0'
GUID = '4419ddb6-3528-47cd-baf3-7fb9d8566620'
Author = 'Brandon Olin'
CompanyName = 'Community'
Expand Down

0 comments on commit 61fdf20

Please sign in to comment.