Jenkins Python Pipeline Tutorial

Jenkins Python Pipeline Tutorial

Vincent Stevenson

1 год назад

30,893 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@MaYa-mu8lz
@MaYa-mu8lz - 06.01.2024 01:45

Спасибо, мужик. Очень толково

Ответить
@suryayehezki
@suryayehezki - 29.12.2023 06:33

Thank you for sharing, Vincent! really helpful!

Ответить
@Skaxarrat
@Skaxarrat - 18.12.2023 12:55

You saved me, thanks

Ответить
@mpower3435
@mpower3435 - 18.09.2023 09:59

Thanks for the effort 👍🏻

Ответить
@djdc9438
@djdc9438 - 14.08.2023 19:26

Wena choro

Ответить
@ShanSiraj
@ShanSiraj - 12.08.2023 07:18

It's great.. Thanks...

Ответить
@commonman5768
@commonman5768 - 29.07.2023 14:22

Great vedio Vincent

Ответить
@stephanieezat-panah7750
@stephanieezat-panah7750 - 27.07.2023 21:14

I noticed that there is no .git directory in the zip file that I downloaded. I am confused. please explain

Ответить
@stephanieezat-panah7750
@stephanieezat-panah7750 - 25.07.2023 05:29

Help! I use port 8080 for Apache Tomcat. what to do??
An update: I uninstalled Tomcat and reran the command. All was well and I was able to continue. thank you. This has been a fabulous video. You have saved me.

Ответить
@renunegi3519
@renunegi3519 - 16.07.2023 12:14

such a nice detailed video, i am able to run my git file using Jenkins. Thanks!!

Ответить
@selomie2721
@selomie2721 - 07.07.2023 10:05

Nice one thank you!

Ответить
@jericholiao8134
@jericholiao8134 - 01.07.2023 11:43

GoodJob,Thanks bro

Ответить
@krappr
@krappr - 27.06.2023 21:27

Explanation of the docker run command used on the start of the video:

docker run: This command is used to run a Docker container.

-p 8080:8080 -p 50000:50000: These options define port mappings between the host machine and the container. In this case, it maps port 8080 of the host to port 8080 of the container, and port 50000 of the host to port 50000 of the container. This allows you to access the services exposed on these ports from your host machine.

-v jenkins_home:/var/jenkins_home: This option specifies a volume mapping between the host machine and the container. It creates a named volume called "jenkins_home" and maps it to the "/var/jenkins_home" directory inside the container. This volume is used to persist Jenkins data, such as job configurations, plugins, and other data that needs to be preserved even if the container is restarted or removed.

jenkins/jenkins:lts-jdk11: This specifies the Docker image to run. It pulls the "jenkins" image from the Docker Hub repository, with the "lts-jdk11" tag. This image contains the Jenkins CI/CD platform with JDK 11.

So, when you execute the command, Docker will run a container based on the "jenkins/jenkins:lts-jdk11" image. The container will have its ports 8080 and 50000 mapped to the corresponding ports on the host machine, allowing you to access the Jenkins web interface and Jenkins agent communication on those ports. Additionally, the "jenkins_home" volume is created to store persistent Jenkins data.

Ответить
@melvinkimathi8924
@melvinkimathi8924 - 26.05.2023 20:24

Thank you for this.

Ответить
@kingleo188
@kingleo188 - 04.04.2023 20:53

Very well explained bud.

Ответить
@jacobolson1331
@jacobolson1331 - 03.02.2023 21:00

That was a really well thought out tutorial with great commentary!

Ответить
@BugMonsters
@BugMonsters - 18.01.2023 12:51

Great Tutorial. Could please also explain how to set up this pipeline without the need of docker?

Ответить
@thereallyegreg
@thereallyegreg - 30.12.2022 14:53

Cool, thanks a lot!

Ответить
@Hossein118
@Hossein118 - 04.12.2022 19:11

Such a great video. I love the way you walked us through the actual process.

Ответить
@aaaaaacvbbcfcjhgjgchgdk.9794
@aaaaaacvbbcfcjhgjgchgdk.9794 - 01.12.2022 13:38

Thank you for its enjoyeble to learn from you.

Ответить
@girishraghunathan2946
@girishraghunathan2946 - 02.11.2022 09:40

We already checked out the git repository in first stage, so why we have to specify git branch command in the second stage again? What is its purpose please?

Ответить
@StfuNGfys
@StfuNGfys - 08.10.2022 21:54

Its really helpful ♥️, keep more doing on automation testing with python pytest.

Ответить
@CristianGarcia-ku6qj
@CristianGarcia-ku6qj - 03.10.2022 03:25

Thanks!!

Ответить
@paupolin1
@paupolin1 - 27.09.2022 16:52

You save my day :)

Ответить
@ukratitelkisok9726
@ukratitelkisok9726 - 26.08.2022 10:26

thank you very much in great detail. This is the only video that helped me very good. Thank you author

Ответить
@yogeshwarn84
@yogeshwarn84 - 08.08.2022 08:16

Good content vincent . Thanks

Ответить