How to Create a Jenkins Job using Parameters | Understanding all Jenkins Build Parameter Types

Published: 01 January 1970
on channel: Akash Kumar
3,752
56

Agenda:
How to create a Jenkins Job
Write a simple Bash Shell Script and run using Jenkins Job
Create a Jenkins Job using String parameters
Create a Jenkins Job using List parameters
Create a Jenkins Job using Boolean parameters


What is Jenkins | Why do we Use Jenkins

Jenkins – an open source automation server which enables developers around the world to reliably build, test, and deploy their software.

Few of the features that Jenkins provide:

Continuous Integration
Continuous Building
Continuous Deployment/Delivery
Continuous Testing
Continuous Monitoring
Configuration Management

Video showing how to install Jenkins:
   • What is Jenkins? | How to Run Jenkins...  

Installing Jenkins using Docker Images

Jenkins Official Image: jenkins/jenkins: latest

Command to run docker image and install Jenkins:
docker run –d -p 50000:50000 -p 8080:8080 jenkins/jenkins:lts

Video Showing how to Install DOcker:
   • How to Install and Use Docker | Docke...  


Watch video How to Create a Jenkins Job using Parameters | Understanding all Jenkins Build Parameter Types online without registration, duration hours minute second in high quality. This video was added by user Akash Kumar 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 3,752 once and liked it 56 people.