Jenkins

CI/CD using Jenkins job

Posted on

Jenkins Jenkins is a self-contained (Java-based program), open source automation server. It is used by various organizations to perform DevOps practices, like Continuous Integration and Continuous delivery.  With the help of its extendable architecture through plugins, it can easily be integrated with myriads of tools and can easily implement CI/CD using Jenkins job both manually […]

Jenkins

Jenkins integration with JFrog Artifactory

Posted on

  This integration allows your build jobs to deploy artifacts and resolve dependencies to and from Artifactory, and then have them linked to the build job that created them. STEP I. Download and configure JFrog Artifactory Following are the steps to download and create repositories and configure permissions to certain users in JFrog Arifactory: a. […]