Results 3 comments of kuniaki

Adding CFAutorelease(ref). And we need to remove the following from dealloc? if(self.reachabilityRef) { CFRelease(self.reachabilityRef); self.reachabilityRef = nil; }

I run into this issue when setting BitBucket - Jenkins job. NOTE1: Jenkins Job ( I use BitBucket Team/Project and Multibranch Pipeline for this testing) NOTE2: I was not able...

I forked the git plugin repo and submitted the code onto https://github.com/kuniaki/git-plugin. Instruction: 1. Clone code git clone https://github.com/kuniaki/git-plugin.git 2. cd git-plugin 3. Build mvn package (if you like to...