- HTTP Request Plugin
- Git
- Docker Pipeline / Docker Commons
- Build User Vars
- Active Choices
- Git Parameter Plug-In
- Kubernetes CLI Plugin
- LDAP Plugin
- List Git Branches Parameter PlugIn
- Build Timeout
- HashiCorp Vault
- Workspace Cleanup
- Git Parameter (for show tags)
- Build Name and Description Setter
- Sonarqube / Quality Gates Plugin / Sonar Gerrit Plugin / SonarQube Generic Coverage Plugin / SonarQube Scanner for Jenkins /Sonar Quality Gates Plugin
- Pipeline Utility Steps (if not
No such DSL method 'readJSON' found among steps
)
trivy
:/usr/local/bin/trivy --version
==> Version: 0.51.1 (maybe can higher since last time i download was more than 6 months ago.)sonarqube
: install sonarqube and use plugin to scan
- jenkins user in agent need to have permission to access the repo of job in order to list tag, which is used for parameter.
There are 3 fucking types
- argocd-vault-plugin-kustomize
- argocd-vault-plugin
- argocd-vault-plugin-helm
Installation:
# Download
curl -s https://api.github.com/repos/gitleaks/gitleaks/releases/latest | grep "browser_download_url.*linux_x64" | cut -d '"' -f 4 | wget -qi -
# Decompress
tar -xzf gitleaks_*_linux_x64.tar.gz
# Chmod
chmod +x gitleaks-linux-x64
# Move to path1
sudo mv gitleaks-linux-x64 /usr/local/bin/gitleaks