You saved my ass at university - thank you. Just to mention for other people - I have been looking for a normal tutorial with explanation regarding jenkins and python installation in it over 3 days. This man saved my ass. Once again - thank's a lot!
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.
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?
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.
You saved my ass at university - thank you. Just to mention for other people - I have been looking for a normal tutorial with explanation regarding jenkins and python installation in it over 3 days. This man saved my ass. Once again - thank's a lot!
Great tutorial! Looked everywhere for a quick straightforward video on this
Such a great video. I love the way you walked us through the actual process.
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.
this is great. thank you
It helps me solve python not found issue. Great video and much thanks! :)
Brilliant simple video - really appreciate your effort!!
thanks for making this video, really needed it.
That was a really well thought out tutorial with great commentary!
such a nice detailed video, i am able to run my git file using Jenkins. Thanks!!
Thank you for sharing, Vincent! really helpful!
thank you very much in great detail. This is the only video that helped me very good. Thank you author
awesome tutorial Vincent!!
Thanks for the walk through! This helps a lot. Any suggestions for failing or warning when pytest test fails?
Great tutorial mate! Thanks a lot!
Awesome Video Sir. 👏👏
Спасибо, мужик. Очень толково
You save my day :)
Hi Vincent , please tell me ,if threre are sub directory in git repo then how to traverse through that dirctory while running it through pipeline
Its really helpful ♥️, keep more doing on automation testing with python pytest.
Thank you for its enjoyeble to learn from you.
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?
I have the same question. Did you figure it out?
Thank you sir
Great vedio Vincent
Appreciate this :)
Very well explained bud.
Thanks for the effort 👍🏻
You saved me, thanks
Thank you for this.
Great Tutorial. Could please also explain how to set up this pipeline without the need of docker?
yes please, and thank you
Just use pip package dependency war file which holds all dependency to run python project
Just use pip package dependency war file which holds all dependency to run python project
I noticed that there is no .git directory in the zip file that I downloaded. I am confused. please explain
It's hidden
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.
Nice one thank you!
Cool, thanks a lot!
It's great.. Thanks...
GoodJob,Thanks bro
Thanks!!
Wena choro
ther is no ops.py on the github you shared