Difference between revisions of "Jenkins naming convention"

From DarkWiki
Jump to: navigation, search
(Created page with "==Introduction== === Credentials === <pre> name ::= <origin> "-" <type> "-" <group> [ "-" <account> ] origin ::= "jenkins" type ::= "git" | "mavenrepo" | "dockerr...")
(No difference)

Revision as of 06:38, 26 July 2024

Introduction

Credentials

name     ::= <origin> "-" <type> "-" <group> [ "-" <account> ]

origin   ::= "jenkins"
type     ::= "git" | "mavenrepo" | "dockerrepo" | "dockerdaemon" | "smtp" | "slack"
group    ::= <host> | <supplier>
host     ::= "vmhost97" | "darkmine01" | "rabora01" 
supplier ::= "bitbucket" | "darkmine" | "rabora"

Here are some examples:

  • jenkins-smtp-rabora01-securitymailbox
  • jenkins-git-bitbucket
  • jenkins-dockerrepo-darkmine
  • jenkins-slack-rabora-jenkinsalerts