continuous integration - Jenkins setup using Google AppEngine source code -
continuous integration - Jenkins setup using Google AppEngine source code -
i have created application in google app engine , pushed code git provided google. want set continuos integration cloudbees jenkins.
when create job in jenkins repository url url @ source code level next error
failed connect repository : command "git ls-remote -h https://source.developers.google.com/p/my-application-name/r/default head" returned status code 128: stdout: stderr: fatal: remote error: invalid username/password. may need utilize oauth token password; note generated google.com passwords not compatible private repositories
the repository url using is:
https://source.developers.google.com/p/my-application-name/r/default
how create oauth token?
oauth protocol lets external apps request authorization private details in user’s github business relationship without getting password. preferred on basic authentication because tokens can limited specific types of data, , can revoked users @ time.
all developers need register application before getting started. registered oauth application assigned unique client id , client secret. client secret should not shared.
ill adive give next article read :
https://developer.github.com/v3/oauth/
also have alook @ plugin git authentication jenkins:
https://wiki.jenkins-ci.org/display/jenkins/github+oauth+plugin
jenkins continuous-integration cloudbees
Comments
Post a Comment