Best of JenkinsNovember 2023

  1. 1
    Article
    Avatar of awstipAWS Tip·2y

    Building a CI/CD Pipeline for Node.js Application with Jenkins and Docker

    Building a CI/CD pipeline for Node.js applications with Jenkins and Docker allows for the seamless automation, containerization, and orchestration of the development process. Organizations are adopting these pipelines to deliver high-quality applications quickly and reliably. This article provides an overview of Jenkins, the prerequisites for setting up the pipeline, and a step-by-step guide to configure the pipeline.

  2. 2
    Article
    Avatar of awstipAWS Tip·3y

    Nginx Reverse Proxy on an Ubuntu server

    Learn how to set up an Nginx reverse proxy on an Ubuntu server to expose an application server to the internet without using a specific port.

  3. 3
    Article
    Avatar of awsplainenglishAWS in Plain English·2y

    Nginx Reverse Proxy on an Ubuntu server

    Learn how to reverse proxy a Jenkins server with Nginx on an Ubuntu server. Nginx is open-source software for web serving, reverse proxying, caching, load balancing, and more. A reverse proxy acts as an intermediary between a client and a server, accepting requests from clients and forwarding them to the appropriate server.

  4. 4
    Article
    Avatar of awsplainenglishAWS in Plain English·3y

    DevOps (Lab-3)-Building Jenkins pipelines with Maven & Tomcat

    Learn how to automate the build process using Jenkins with Maven and Tomcat in this DevOps lab. Jenkins is an open-source automation server used for building, deploying, and automating software development processes. It can automate tasks such as building code, running tests, and deploying applications to different environments. Follow the step-by-step instructions to install Jenkins, configure it, and create a pipeline job. The lab also covers the integration of Tomcat for application deployment.