You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ It also works on Windows, but requires cygwin git (not msysgit).
16
16
17
17
<h2>RELEASES</h2>
18
18
19
-
The current release is 1.2. Only the latest release is available for
20
-
<ahref="http://cloud.github.com/downloads/krosenvold/bgit/git-plugin-1.2.jar">download</a>. Older releases will have to be built from source, which is really easy.
19
+
The current release is 1.2.2 Only the latest release is available for
20
+
<ahref="http://cloud.github.com/downloads/krosenvold/bgit/git-plugin-1.2.2.jar">download</a>. Older releases will have to be built from source, which is really easy.
21
21
22
22
<h3>Branch/Release policy</h3>
23
23
@@ -69,13 +69,25 @@ should be able to access the repositories.
69
69
All the groundwork was done by Don Brown from Atlassian. Until Atlassian can
70
70
provide resources to the plugin I will be mantaining it here on github
71
71
72
+
73
+
<h2>Problem tracking</h2>
74
+
It is important that permissions and git setup is correct on ALL nodes (with or without remote agents)
75
+
76
+
Also ensure that all remote agents AND the local agent can perform the clone, permission problems related to file systems
77
+
often give low-quality error messages, often related to complaints about the "checkout" folder.
78
+
79
+
72
80
<h3>==== USAGE WARNING ====</h3>
73
81
If you are using SSH make sure to use ssh keys. In general, make sure that a
74
-
background script can pull from your repo. If it can't then Bamboo will not be
82
+
shell script (running as the same user) can pull from your repo. If it can't then Bamboo will not be
75
83
able to checkout neither.
76
84
77
85
<h2>Release notes</h2>
78
86
87
+
1.2.2 & 1.2.1
88
+
89
+
Issue 8, 11 and 12 fixed in these two. Time for a binary release ;)
90
+
79
91
1.2 RELEASE NOTES
80
92
81
93
- Fixed race condition where build agent could check out different version than master bamboo agent thought.
0 commit comments