Continuous Delivery with VSTS and Jenkins

Source – stackoverflow.com I’m trying to get continuous delivery going with Jenkins (building, deploying) and VSTS (source control). This is the desired workflow: a developer branches off master, makes changes, creates a pull request another developer reviews the PR and eventually merges it into master some system (Jenkins or VSTS) detects that a PR was merged into master and… increments a version number stored in a file within the repo commits the version change back to master builds deploys I was

Read more