I am trying to setup Jenkins with BitBucket GIT repository, but the Jenkins console always gives me this error code:
Started by user Dakado
Building in workspace
Your issue is right here :
Fetching upstream changes from git://bitbucket.org/GameTeamCZ/gtplaytime.git
FATAL: Failed to fetch from git://bitbucket.org/GameTeamCZ/gtplaytime.git
Is your repository public or private ? If it is private, then there is 2 ways to connect to your Repo :
First using login/password
https://**login:password**@bitbucket.org/GameTeamCZ//gtplaytime.git
Second using CREDENTIALS Refer to that page to setup credentials for your Jenkins server : https://confluence.atlassian.com/display/BITBUCKET/Set+up+SSH+for+Git
Then you can use a command like that to login to your repository:
git@CREDENTIALS:TEAM/REPO.git