For the complete documentation index, see llms.txt. This page is also available as Markdown.

Jenkins (Pipeline)

Jenkins is the leading open source automation server, Jenkins provides hundreds of plugins to support building, deploying and automating any project.

You can use our jenkins plugin in your pipeline script.

Jenkins Installation with Docker

  1. Create a bridge network in Docker

  1. Run a docker:dind Docker image

  1. Create a Dockerfile

  1. Build the docker image from the above Dockerfile and assign a tag such as myjenkins-blueocean:2.516.3-1

  1. Run your image as container

  1. Complete the setup wizard

Install Node.js Plugin

Tacotruck plugin requires nodejs as dependency. Login to your jenkins dasboard and go to the settings page. Plugins are available at http://localhost:8080/manage/pluginManager/available this path. You can search for Nodejs plugin. Select the plugin and install.

Configure Nodejs as Global Tool

  1. Go to settings and click on tools section.

  1. Click on "Add Nodejs" button

  1. Install a Nodejs version. Please make sure that you install node version20. You need to name the Tool so that we can refer it later from the pipeline script.

Install Tacotruck Jenkins Plugin

Go to the "Available Plugins" section on the settings page and search for "Tacotruck" to install.

Tacotruck Pipeline Script

You can see the documentation for Tacotruck jenkins plugin here. For credentialsId parameter you can see the documentation for using credentials in jenkins here.

Support and Resources

Last updated