Jenkinsfile Samples Repository
a collection of Jenkinsfile samples
├── README.md└── pipeline├── declarative-pipeline <-- Type of Pipeline└── scripted-pipeline├── execute-command-inside-container <-- Description│ └── Jenkinsfile <-- Sample Jenkinsfile├── execute-job-parallelly│ └── Jenkinsfile├── execute-job-with-parameters│ └── Jenkinsfile├── get-source-from-git│ └── Jenkinsfile├── get-source-from-git-inside-container│ └── Jenkinsfile├── get-source-from-perforce│ └── Jenkinsfile├── job-trigger-by-git-commit-hook│ └── Jenkinsfile├── publish-file-over-cifs│ └── Jenkinsfile└── pull-container-image-from-aws-ecr└── Jenkinsfile