#jenkins
Read more stories on Hashnode
Articles with this tag
In the previous post, we show how to run a sample web application on AWS EC2. In practice, this task called CD (continuous deployment) is...
In practice, we have the requirement to increase the application version dynamically with the build tools like Maven for Java. We can delegate this...
In the previous posts, we demonstrated how to create Jenkins jobs and integrate them with the external git repository. We haven't discussed how can we...
Micro-service architecture is widely used in modern IT architecture. In practice, every service is a project and contains one Jenkins file. Therefore,...
In the last post, we showed how to get started with the Jenkins with freestyle job. However, in most cases, we should use a pipeline job instead of...
In the last post, we created the Jenkins server in the cloud with a Docker container and installed the necessary plugins. In this post, I am going to...