Re: Stash Integration with Jenkins Pipeline {for Code Review}

2016-08-17 Thread Michael Kobit
The *Bitbucket Branch Source Plugin *is still in a weird place for Bitbucket Server. Follow the discussion on https://issues.jenkins-ci.org/browse/JENKINS-33507 to see some of the issues with some of the existing Bitbucket Server plugins and the open PRs for auto-registration. On Sunday, Augus

Re: Stash Integration with Jenkins Pipeline {for Code Review}

2016-08-14 Thread James Dumay
You need the Bitbucket Branch source plugin which works with Bitbucket Cloud and Bitbucket Server (was Stash) https://wiki.jenkins-ci.org/display/JENKINS/Bitbucket+Branch+Source+Plugin The user guide can be found here https://go.cloudbees.com/docs/cloudbees-documentation/cje-user-guide/chapter

Stash Integration with Jenkins Pipeline {for Code Review}

2016-08-11 Thread Sajith Majeed - Saaj
We are trying to implement a code review process for our applications. We use GIT repository and Atlassian Stash. 1. Have any of you integrated Stash Pull requests with Jenkins Pipelines ? Are there any plugins or documentations that are available to do this ? 2. Is there a better code review pr