Skip to content

Tag «Pipeline»

CI/CD with Jenkins – Part 9: deploy frontend page with pipeline

jenkins

Deploy frontend page This is the last tutorial of CI/CD with Jenkins, we have built, delivered and deployed the backend project with Jenkins. we will build and delivered frontend with pipeline. install plugin configure nodeJS create new pipeline task scroll down to pipeline section, we use pipeline script this time, script is shown as below. …

CI/CD with Jenkins – Part 7: Configure Docker with Jenkins Pipeline

In the previous article, we have successfully configured SonarQube with Jenkins and Jenkins can pull code from Gitlab, build the project automatically through Jenkinsfile. In this post, we will configure Docker with Jenkins. Build the project with Maven Updating the Jenkins file, we added two more stages, one is for building command project, another is …