lambdacd-git
lambdacd-git copied to clipboard
Git support for LambdaCD
Current jsch does not support the new openssh key format. I was getting this exception ``` WARN lambdacd-git.ssh - Problems adding custom identity file. com.jcraft.jsch.JSchException: invalid privatekey: ``` This led...
Hello, I am surprised to find that revision is not available in the next task's args after with-git. That required me to manually execute git rev-parse HEAD. In my opinion,...
We rely on JGit and JSch to handle Git over SSH for us. Their implementation however is a bit messy: * [JGit reads `~/.ssh/config` but not `/etc/ssh/ssh_config](https://github.com/spearce/jgit/blob/12e38d72758b486f19ccfa6c830d1ef95dfb1d11/org.eclipse.jgit/src/org/eclipse/jgit/transport/OpenSshConfig.java#L78-L100) * We would...
The next lambdacd-release (0.13.0) will contain support for build-metadata (flosell/lambdacd#138). This could be used to make git-information more visible (e.g. to display the commit message that's being built prominently in...