Jenkins deployment experience

Download (optional corresponding version)

https://jenkins.io/download/

 

1. Initialize the plug-in: System management -> Plug-in management, you can add the corresponding plug-in

Maven plugin

Maven Integration pluginPipeline Maven Integration Plugin

node plugin

NodeJS Plugin

Remote server push plugin

Publish Over SSH

 

2. Plug-in configuration: System Management -> Global Tool Configuration

1、JDK

2、maven

3 、 NodeJS

Note: select the corresponding version to install

3. Remote server configuration: System Management -> System Settings' -> Publish over SSH

Fill in the server address, user name, password, etc.

 

 

Fourth, the construction task

 

Guess you like

Origin blog.csdn.net/Mr_linjw/article/details/87939960