CI
-
How to use the Sonar Cloud toolset
In software development, keeping code quality high is crucial for the success and longevity of any project. SonarCloud is a useful tool for developers to…
-
IAC Security Scanning by Prisma Cloud
Prisma Cloud has a lot of policies for the Azure Infrastructure Security scanning. Prisma Cloud offers several ways to scan an IaC code. We analyzed…
-
How to change the security type from SSL to TLS in Jenkins
I am trying to set up the SMTP email notification. I want to configure it for my office 365. Smtp server = smtp.office365.com Problem: When…
-
Jenkins + Xcode –resource-rules has been deprecated in Mac OS X >= 10.10!
Recently I tried to sign my iOS app with Apple Developer certificate through Jenkins with Xcode plugin and macmini as a slave. Oh. I received…
-
Git Clone via SSH using Jenkins on Windows
The cleanest way to use Jenkins on Windows is to use the Jenkins Installer which installs Jenkins as a Windows Service. That works fine, but of course the…
-
Fix the iOS code signing issue using Jenkins
This week I configure the Jenkins to work with Mac and try to build iOS applications. Unfortunately, I got the code signing issues, either I use…