bgit icon indicating copy to clipboard operation
bgit copied to clipboard

Plugin providing git support to Atlassian Bamboo

Results 7 bgit issues
Sort by recently updated
recently updated
newest added

I got this error when I tried to run a build plan that use a GIT repository: com.atlassian.bamboo.repository.RepositoryException: collectChangesSinceLastBuild at com.atlassian.labs.bamboo.git.GitRepository.collectChangesSinceLastBuild(GitRepository.java:115) at com.atlassian.bamboo.v2.trigger.DefaultChangeDetectionManager.collectChangesSinceLastBuild(DefaultChangeDetectionManager.java:92) at com.atlassian.bamboo.v2.trigger.ManualBuildDetectionAction.process(ManualBuildDetectionAction.java:73) at com.atlassian.bamboo.build.DefaultBuildExecutionManager.tryToDetectAndBuild(DefaultBuildExecutionManager.java:130) at com.atlassian.bamboo.build.DefaultBuildExecutionManager.startManualBuild(DefaultBuildExecutionManager.java:238) at...

What would it take to have build specific variables available in Bamboo? http://confluence.atlassian.com/display/BAMBOO40/Using+Global,+Plan+or+Build-specific+Variables Specifically, I'd like to see something like 'repository.git.branch' but I could probably come up with other variables...

I have created a plan with multiple stages. The first stage is set up to use the plan's repository URL, and subsequent stages are using a stage-specific repository URL. It...

Implementation of post-build tagging and the ability to specify a tag from which to build would make this plugin even more useful. Supporting laddered environments is difficult without it. For...

Not quite sure this is the plugins fault, but configuring a Web Repository URL in the Common Repository configuration panel of the Source Repository tab does not persist the values...

While the Git option appears in the standard create plan wizard it does not exist in the "Import With Maven" function in Bamboo 2.6.

You might find that in file bgit/src/main/java/edu/nyu/cs/javagit/api/JavaGitConfiguration.java on line 83 you want to use "File.separator" rather than pathSeparator Also on line 139 as well. It would be nice if you...