Hi Team,
I have successfully integrated my bitbucket project with jenkins.I have got the result as follows
Started by user anonymous
Building in workspace C:\Users\Entappia\.jenkins\jobs\SampleA\workspace
> C:\Program Files\Git\bin\git.exe rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> C:\Program Files\Git\bin\git.exe config remote.origin.url https://sab...@bitbucket.org/sabari/testfile.git # timeout=10
Fetching upstream changes from https://sab...@bitbucket.org/sabari/testfile.git
> C:\Program Files\Git\bin\git.exe --version # timeout=10
using .gitcredentials to set credentials
> C:\Program Files\Git\bin\git.exe config --local credential.username C:\Users\Entappia/.ssh/id_rsa # timeout=10
> C:\Program Files\Git\bin\git.exe config --local credential.helper store --file=\"C:\Users\Entappia\AppData\Local\Temp\git3074999674684237051.credentials\" # timeout=10
> C:\Program Files\Git\bin\git.exe -c core.askpass=true fetch --tags --progress https://sab...@bitbucket.org/sabari/testfile.git +refs/heads/*:refs/remotes/origin/*
> C:\Program Files\Git\bin\git.exe config --local --remove-section credential # timeout=10
> C:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/master^{commit}" # timeout=10
> C:\Program Files\Git\bin\git.exe rev-parse "refs/remotes/origin/origin/master^{commit}" # timeout=10
Checking out Revision 89d21b14ca472ef7fd59de851c131e521b8d8b20 (refs/remotes/origin/master)
> C:\Program Files\Git\bin\git.exe config core.sparsecheckout # timeout=10
> C:\Program Files\Git\bin\git.exe checkout -f 89d21b14ca472ef7fd59de851c131e521b8d8b20
> C:\Program Files\Git\bin\git.exe rev-list 89d21b14ca472ef7fd59de851c131e521b8d8b20 # timeout=10
Finished: SUCCESS
While i am clicking on Bit Bucket hook log, it does not have anything. Is there any solution for this