Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

guessi/Jenkinsfile-Samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Jenkinsfile Samples

a collection of Jenkinsfile samples

Folder Structure

├── 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

Releases

No releases published

Packages

 
 
 

Languages