#jenkins
Read more stories on Hashnode
Articles with this tag
Log in to AWS Account. Launch an Ubuntu Instance:Jenkins Declarative chmod 400 jenkins-d.pem(to give the permission) ssh -i "jenkins-d.pem"...
Continuous IntegrationContinuous DeliveryContinuous Deployment CI is an approach of testing each change to codebase automatically.CD is an approach...
Day 26 was all about a Declarative pipeline, now its time to level up things, let’s integrate Docker and your Jenkins declarative pipeline. What is...
docker build - you can use sh 'docker build . -t <tag>' in your pipeline stage block to run the docker build command. (Make sure you have docker...
Ubuntu Installation of Java sudo apt update sudo apt install openjdk-11-jre java -version openjdk version "11.0.12" 2021-07-20 OpenJDK Runtime...
What is Pipeline - A pipeline is a collection of steps or jobs interlinked in a sequence. Declarative: Declarative is a more recent and advanced...