Hi Greg,
On 29/05/13 10:45, Greg Gigon wrote:
Hi guys
Might feel a bit silly but I will try to answer my own post.
Seems that the Artifactory plugin is executing git command line to perform
the branch/tag operations. Since the client doesn't support non-interactive
authentication that's why the Plugin get's stuck on Push of new Branch to
the remote repository.
The way around this would be to use Private Key and git or ssh protocol
instead of http.
I think you can authenticate through HTTP something like:
http://user:pass@foo:7990/bar/bar-framework.git
But your password will be clear. If you dont like that, you may have a
dedicated user to make git push, then sign the commit message with
something like:
"Change 1.
Change 2.
commiter: greg"
In case you want to track who commits
As for the other issue, the null pointer I think it is a bug in the plugin.
Any thoughts?
I think there is a problem with git command. Git commit -m *requires* a
message:
/aperez@pctyrion18 /tmp/supa-test $ git add README //
//aperez@pctyrion18 /tmp/supa-test $ git commit --all -m//
//error: switch `m' requires a value/
And since after -m there is a null, I think git is failing there and is
unable to commit.
Aitor.
Greg
--
View this message in context:
http://forums.jfrog.org/TeamCity-Plugin-Release-Management-GIT-integration-tp7578828p7578832.html
Sent from the Artifactory - Users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
Artifactory-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/artifactory-users