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

Опубликовано: 01 Январь 1970
на канале: 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...  


Смотрите видео How to Create a Jenkins Job using Parameters | Understanding all Jenkins Build Parameter Types онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Akash Kumar 01 Январь 1970, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 3,752 раз и оно понравилось 56 людям.