<div dir="ltr">Hello,<div><br></div><div>I have created a PR against digger-jenkins with fastlane samples for both ios and android: <a href="https://github.com/aerogear/digger-jenkins/pull/77">https://github.com/aerogear/digger-jenkins/pull/77</a></div><div><br></div><div>You will notice that fastlane can replace both build and codesign logic from our Jenkinsfiles and this approach has some advantages:</div><div><ul><li>easier to test it locally without jenkins (just run fastlane commands).</li><li>more flexibility since it is just a  couple of ruby scripts.</li><li>fastlane actions can be distributed as ruby gem packages in the future.</li><li>fastlane has several community plugins, which is easier to install within the jenkinsfile using the gem command if needed.</li></ul></div><div>Currently, we can&#39;t sign our binaries with fastlane because of how our plugins (android signing and xcode) handle jenkins certificates and developer profile files.</div><div><br></div><div>I was thinking if we could create a jenkins plugin to properly handle credentials using the &quot;withCredentials&quot; <a href="https://jenkins.io/doc/pipeline/steps/credentials-binding/">pipeline function</a> so we could keep the main build/sign logic in fastlane actions while we keep specific jenkins tasks such as handling credentials, archiving the artifact, etc in the jenkisfile.</div><div><br></div><div>WDYT?</div><div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><p style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-weight:bold;margin:0px;padding:0px;font-size:14px;text-transform:uppercase"><span>LEONARDO</span> <span>ROSSETTI</span></p><p style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-size:10px;margin:0px 0px 4px;text-transform:uppercase"><span>SOFTWARE ENGINEER</span></p><p style="font-family:overpass,sans-serif;margin:0px;font-size:10px;color:rgb(153,153,153)"><a href="https://www.redhat.com/" style="color:rgb(0,136,206);margin:0px" target="_blank">Red Hat <span>SP</span></a></p><p style="font-family:overpass,sans-serif;margin:0px 0px 6px;font-size:10px;color:rgb(153,153,153)"><span style="margin:0px;padding:0px"><a href="mailto:lrossett@redhat.com" style="color:rgb(0,136,206);margin:0px" target="_blank">lrossett@redhat.com</a>   </span> <span>M: <a href="tel:11997030621" style="color:rgb(0,136,206);font-size:11px;margin:0px" target="_blank">11997030621</a>    </span></p><table border="0" style="color:rgb(0,0,0);font-family:overpass,sans-serif;font-size:medium"><tbody><tr><td width="100px"><a href="https://red.ht/sig" target="_blank"><img src="https://www.redhat.com/files/brand/email/sig-redhat.png" width="90" height="auto"></a></td></tr></tbody></table></div></div></div></div></div></div></div></div>
</div></div>