Bro How to push Jenkins pipeline script to create Jenkins file in github
@bashopsOfficial11 күн бұрын
Create a Jenkinsfile (from Jenkins UI/editor): Write or copy your pipeline script into a file named Jenkinsfile. Add File to GitHub: git init # Initialize Git in your project (if not already done) git remote add origin <repo_url> # Add your GitHub repository URL git add Jenkinsfile # Stage the Jenkinsfile git commit -m "Add Jenkinsfile" # Commit the changes git push -u origin main # Push the file to GitHub Configure Jenkins: Use Pipeline script from SCM and point it to your GitHub repository.
@aryanmauryamr.perfect142614 күн бұрын
Hey listen collaborate karege?
@bashopsOfficial13 күн бұрын
??
@aryanmauryamr.perfect142613 күн бұрын
@bashops_technologies i am also creator my Channel AmsR HuB
@amaljoy630314 күн бұрын
❤
@bashopsOfficial13 күн бұрын
🔥
@AjayDas-m1q16 күн бұрын
Good one👍
@bashopsOfficial16 күн бұрын
Thanks
@jizna__Bashid16 күн бұрын
🔥
@bashopsOfficial16 күн бұрын
Thanks
@jizna__Bashid17 күн бұрын
🔥
@bashopsOfficial17 күн бұрын
🔥
@jizna__Bashid19 күн бұрын
Mashaallaaah ❤
@bashopsOfficial19 күн бұрын
❤️
@sirajul-anikАй бұрын
8:48 and afterwards the email he added was actually commented out.
@AjayDas-m1qАй бұрын
Well done 👍 🎉
@bashopsOfficialАй бұрын
Thanks
@AjayDas-m1qАй бұрын
👍
@bashopsOfficial17 күн бұрын
👍
@vimal37832 ай бұрын
Do you provide online trainings? How do i contact you?
@bashopsOfficial2 ай бұрын
Yes, we do Contact us via instagram account
@AjayDas-m1q2 ай бұрын
Good
@bashopsOfficial2 ай бұрын
Thanks
@shibilimp11862 ай бұрын
Nice
@bashopsOfficial2 ай бұрын
🚀
@GauravSharma-os6ds2 ай бұрын
you made it easy
@bashopsOfficial2 ай бұрын
Thanks bro
@maheshReddy-y4z3 ай бұрын
how to change the domain name instead of ip address
@maheshReddy-y4z3 ай бұрын
sir how to give user level Access control
@kanigantivani42804 ай бұрын
Pls inform me what are the plugin installed .in docker image push in to the docker hub
@bhuvisakthi88885 ай бұрын
Bro i'm getting this error while trying to build images on pipeline help me rectify this error + docker build -t my-node-app . DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit:
@bashopsOfficial5 ай бұрын
Docker’s legacy builder is deprecated, use BuildKit to build images.You can enable BuildKit by setting an environment variable before running the docker build command. export DOCKER_BUILDKIT=1 This should be added before the docker build command. Your Jenkins pipeline script should look something like this + export DOCKER_BUILDKIT=1 + docker build -t my-node-app .
@yadhukrishnana48555 ай бұрын
I have successfully install the gutlab and access it.My doubt is, Is it possible to connect this gitlab with aws code pipeline? If i try to connect then showing invalid username or password. I can't able to connect.
@bashopsOfficial5 ай бұрын
It depends on your configuration, Ensure your GitLab server is accessible from the internet if you are hosting it locally. AWS needs to access it for the integration to work. Another way: use PAT token, When setting up the source stage in AWS CodePipeline, instead of using your GitLab username and password, use your GitLab username and the personal access token as the password.
@yadhukrishnana48555 ай бұрын
@@bashopsOfficial go with gitlab self managed require any subscription?
@yadhukrishnana48555 ай бұрын
@@bashopsOfficiali go with sourse provider gitpab self-managed. It require any subscription?
@Bashops5 ай бұрын
Thank you, Nice one
@bashopsOfficial5 ай бұрын
💯
@deeey035 ай бұрын
i can't login to gitlab, i already follow the steps but still invalid login or password
@bashopsOfficial5 ай бұрын
Please follow the steps, ensure you haven’t missed any step, all are able to logged in
@IleniaQuintero5 ай бұрын
Hello, I was looking at your video channel. We may be helping a company that uses secure images to increase supply chain security and help cloud native development. Would you be willing to help try their software, make a video, and help show devs how to use their tools? This is not an offer, but just to start a conversation about your willingness to take on sponsorship. Please provide me with your email if you are interested. You'd have a chance to look at their technology and decide if it's the type of software that you'd be interested in covering in your channel.
@AjayDas-m1q6 ай бұрын
Nice bro 🔥
@bashopsOfficial6 ай бұрын
Thanks
@bashidofficial16 ай бұрын
👍
@jizna__Bashid6 ай бұрын
💥
@regilearn21386 ай бұрын
how it differ if we are developing mern stack micro service app. would appreciate if you can do a video in this
@bashopsOfficial6 ай бұрын
Sure, we will do
@gauravnarkhede4816 ай бұрын
Great video.. really helpful
@bashopsOfficial6 ай бұрын
Thank you bro
@weijiephua41926 ай бұрын
Make sure not to use ubuntu 22 and below or you may face problem installing gitlab-ce
@bashopsOfficial6 ай бұрын
Exactly 👍
@HosseinBajan6 ай бұрын
Thanks I got this error in my pipline: script.sh.copy: 1: docker: not found Before I installed docker plugin in my jenkins, but I got this error yet.
@bashopsOfficial6 ай бұрын
Install docker in your jenkins server
@HosseinBajan6 ай бұрын
@@bashopsOfficial I run Jenkins using docker, and already I have installed docker on my server.
@GowdaVaishu7 ай бұрын
can you create any project related to jekins
@bashopsOfficial7 ай бұрын
checkout my full length videos
@AjayDas-m1q8 ай бұрын
useful one bro
@bashopsOfficial8 ай бұрын
Tnx❤️
@MrgnUTube8 ай бұрын
HTTP 502 of the death for me even with you great tutorial. Gitlab is really a pain to install XD
@bashopsOfficial8 ай бұрын
follow the steps as well
@bashopsOfficial8 ай бұрын
To fix that error, you need to make sure there's read/execute permissions on those directories. The remaining issue you have is a Gitlab internal 502 - this indicates stuff is not fully loaded yet in GitLab. Wait up to 20 minutes.
@bashidofficial18 ай бұрын
👍
@bashopsOfficial8 ай бұрын
❤️
@viswajithps87008 ай бұрын
+ docker build -t my-node-app:1.0 . /var/lib/jenkins/workspace/Node_Project@tmp/durable-2bea33f5/script.sh.copy: 1: docker: not found i got this error while buliding
@jizna__Bashid9 ай бұрын
Good presentation sir❤ Thnkuu
@bashopsOfficial9 ай бұрын
❤️😍
@mrudulmohan92199 ай бұрын
Great explanation 👍
@bashopsOfficial9 ай бұрын
Thanks bro
@Glider-kr7pe9 ай бұрын
Niece one ❤️
@bashopsOfficial9 ай бұрын
Thanks❤️
@Glider-kr7pe9 ай бұрын
Good bro👍. Keep going ❤
@bashopsOfficial9 ай бұрын
Thanks ❤️
@bashidofficial19 ай бұрын
👍👍
@bashopsOfficial9 ай бұрын
Thanks
@AjayDas-m1q9 ай бұрын
simply explained👍
@bashopsOfficial9 ай бұрын
Thanks bro
@AjayDas-m1q9 ай бұрын
Nice bro🤚
@bashopsOfficial9 ай бұрын
❤️
@57_harshwardhanshinde949 ай бұрын
really helpful
@bashopsOfficial9 ай бұрын
Thank you so much ❤️
@mohammedunais24949 ай бұрын
sudo: a terminal is required to read the password; either use the -S option to read from standard input or configure an askpass helper sudo: a password is required i got this error