Jenkins naming convention

From DarkWiki
Revision as of 06:38, 26 July 2024 by Apowney (talk | contribs) (Created page with "==Introduction== === Credentials === <pre> name ::= <origin> "-" <type> "-" <group> [ "-" <account> ] origin ::= "jenkins" type ::= "git" | "mavenrepo" | "dockerr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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