Tuesday, 2 April 2024

Docker Pipeline Plugin in Jenkins

1. What to use Docker Pipeline Plugin for?
- To use Docker as a Agent

2. How to use Docker Pipeline Plugin?

- Install Docker pipeline plugin: Manage Jenkins/ manage Plugins/ search Docker Pipeline/ Download now and restart/ Restart

- Using this git repository

- Create job pipeline: New item/ name: Docker/ Select Pipeline/ OK/ select Pipeline script from SCM/ SCM: Git/ Reposiotry: url git repository/ Credentials none (because this repository is public) / branch: main/ script path: Jenkinsfile-1 | Jenkinsfile-2 | Jenkinsfile-3 / Save / Build -> show Result

3. What does Docker Pipeline Plugin include? 

-------------------------
Detailed instructions

Thank you.

No comments:

Post a Comment

Golang Advanced Interview Q&A