Jenkins Beginner Tutorial 9 - How to add GitHub Credentials

preview_player
Показать описание
UPDATE**** - While connecting/pushing to github from any external platform/tool, you will NOW need to provide ACCESS TOKEN in place of password
To generate Access Token
1. Login to your GitHub account
2. Verify your email address, if it hasn't been verified yet.
3. In the upper-right corner of any page, click your profile photo, then click Settings.
4. In the left sidebar, click Developer settings.
5. In the left sidebar, click Personal access tokens.
6. Click Generate new token.
7. Give your token a descriptive name.
8. To give your token an expiration, select the Expiration drop-down menu, then click a default or use the calendar picker
9. Select the scopes, or permissions, you'd like to grant this token. To use your token to access repositories from the command line, select repo.
10. Click Generate token

------------ UI TESTING ------------

------------ API TESTING ------------

------------ MOBILE TESTING ------------

------------ CI | CD | DEVOPS ------------

------------ VERSION CONTROL SYSTEM ------------

------------ PERFORMANCE TESTING ------------

------------ PROGRAMMING ------------

------------ IDE ------------

------------ BUILD TOOLS ------------

------------ OTHERS ------------

Keep Learning,
Raghav

----------- Connect with Raghav ------------

Like, Subscribe & Share
You can support my mission for education by sharing this knowledge and helping as many people as you can

Рекомендации по теме
Комментарии
Автор

I am watching your Jenkins tutorial from 2016 then the next vid that came after it was this video which is pretty new. I must say your way of talking has improved by so much! Anyways thank you so much for the tutorials!

colleenelizabethberbon
Автор

i just started with your jenkins video last week 😃😊.. Grateful that you have uploaded this video today.. Thank you so much sir 🙏😊😃

cutiepiec
Автор

Awesome i was struggle a lot for integrating the github to jenkins your videos is more usefull ..Thankyou very for session nicely

SuperARUNKUMAR
Автор

Thanks Raghav for such a detailed explanation. Can you please upload video related to Container Orchestration using Jenkins, Docker & Kubernetes. Like how we use images to deploy using Jenkins. That would be very helpful. Thanks 👍🏼

narigina
Автор

Very Insightful tutorials!

But what are the other uses of using credentials in Jenkins?

parthsalat
Автор

Thanks Raghav for your valuable time to prepare this course.. Its very helpful to improve my skills. Its very easy to understand and practice.. can you make the advanced Jenkins course with some real time issues and scenarios. its very helpful.. Thank You So Much..😍

ashokg
Автор

Hi Raghav, Thank you for this awesome video. only one question: when any changes in the repo then genkins trigger this changes automatically?

omswastik
Автор

very good explanation
How can we build an angular project? Can you suggest?

ashirwadsharma
Автор

HY! Sir i face a problem when i create folder and add the location of that folder i have created into the custom workspace and when i build everything is running fine but nothing could be added into that folder it is empty

mianadnanfakhar.
Автор

If the github repo is private then only we need to add github credentials. If it is public repo, no need to add credentials, is my understanding correct?

Mangesh-t
Автор

stderr: remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.

chidambaraml
Автор

Thank you so much for this wonderful video

rahulgupta-fpvy
Автор

Hi! at minute 4:53 with the credentials and the url shows me: An internal error occurred during form field validation (HTTP 500). Please reload the page and if the problem persists, ask the administrator for help.
Do you know why?

rroba
Автор

credentials plugin is already installed but credentials option is not shown in the left bar, how to navigate to credentials?

dhirajkhapangi
Автор

Hi,
Can you please explain, When Jenkins detects change in code on GitHub, then how it will Automatically build the code(What are the steps to run the build and where to write those steps in Jenkins) and will perform initial Testing ?

diksha
Автор

Thank you very much sir, really good info...love you sir

sujitpatra
Автор

Im getting the error message and followed the same steps


Failed to connect to repository : Error performing git command: git.exe ls-remote -h

hemanthgowda
Автор

Hi Raghav. Whenever I am storing a password which is having a special character(ex:avc$123) in the Jenkin credential plugin and running the job, the job is getting failed with "123 is not a command in .sh file". How to overcome this issue?

deviprasadmoharana
Автор

Hi Raghav.I want to disregard the Pull Request from triggering the pipeline.how can I do this.pls help me with this asap

adusumalliprathyusha
Автор

Thanks, I successfully integrated with git. But my doubt is that I didn't give any login credential of GitHub in Jenkins. How Jenkins can access my git account without giving login credential? Is it an expected behaviour or security violation?

starSha