当前位置:网站首页>Jenkins continuous integration environment construction V (Jenkins common construction triggers)
Jenkins continuous integration environment construction V (Jenkins common construction triggers)
2022-07-04 02:39:00 【Public righteousness】
List of articles
1. Jenkins Trigger type
Jenkins built-in 4 Build triggers :
- Trigger remote build
- Trigger after other projects are built (Build after other projects are build)
- Time to build (Build periodically)
- polling SCM(Poll SCM)
2. Trigger remote build
stay web_demo_pipeline In the project configuration
Application save .
Authentication token random , Just remember ( Tokens are actually best encrypted , There is no need to demonstrate here )
Remotely triggered built url
:http://192.168.10.30:8888/job/web_demo_pipeline/build?token=8888
Browser login this URL, Trigger Jenkins An automated build .
Let's change it IDEA Code in , Resubmit to Gitlab.
see Tomcat Publish results
3. Trigger after other projects are built
establish pre_project Assembly line engineering
Pre engineering is only an example , Unwanted git Pull the code , Just output a line of statements .
go back to web_demo_pipeline Project configuration
Start building front projects
We build the pre project manually , After the pre engineering construction is completed, it will trigger web_demo_pipeline
Automatic construction of projects .
see web_demo_pipeline Whether to build automatically
modify IDEA Resubmit the code .
see Tomcat Publish results
4. Time to build
The timing strings from left to right are :
branch when Japan month Zhou
Some examples of timed expressions :
Every time 30 Build once in minutes (H On behalf of the parameter ):H/30 * * * *
Every time 2 Build once an hour : H H/2 * * *
Daily 8 spot ,12 spot ,22 spot , Build... In a day 3 Time ( Multiple time points are separated by commas ):0 8,12,22 * * *
Every day at noon 12 Build once on a regular basis :H 12 * * *
Every afternoon 18 Build once on a regular basis :H 18 * * *
Every... In the first half of every hour 10 minute :H(0-29)/10 * * * *
Every two hours , Every weekday in the morning 9 Point to the afternoon 5 spot ( Maybe in the morning 10:38, Afternoon 12:38, Afternoon 2:38, Afternoon 4:38):H H(9-16)/2 * * 1-5
go back to web_demo_pipeline engineering
see Tomcat Publish results
PS: Cancel the scheduled construction after the experiment !
5. polling SCM
polling SCM, When specified, scan the local code warehouse for code changes , If the code changes, the project build is triggered .
Be careful : This time build triggers ,Jenkins The code of the whole local project will be scanned regularly , Increase the cost of the system , Not recommended .
modify IDEA Code and submit to Gitlab
see Jenkins Whether to build automatically
see Tomcat Publish results
边栏推荐
- A brief talk on professional modeler: the prospect and professional development of 3D game modeling industry in China
- The automatic control system of pump station has powerful functions and diverse application scenarios
- Yyds dry goods inventory it's not easy to say I love you | use the minimum web API to upload files
- Record a problem that soft deletion fails due to warehouse level error
- Unity controls the selection of the previous and next characters
- Résumé: entropie, énergie libre, symétrie et dynamique dans le cerveau
- Introduction to graphics: graphic painting (I)
- CSCI 2134
- Example 072 calculation of salary it is known that the base salary of an employee of a company is 500 yuan. The amount of software sold by the employee and the Commission method are as follows: Sales
- LV1 tire pressure monitoring
猜你喜欢
I stepped on a foundation pit today
Buuctf QR code
Zblog collection plug-in does not need authorization to stay away from the cracked version of zblog
Fudan released its first review paper on the construction and application of multimodal knowledge atlas, comprehensively describing the existing mmkg technology system and progress
Bacteriostatic circle scanning correction template
Valentine's Day - 9 jigsaw puzzles with deep love in wechat circle of friends
LV1 previous life archives
7 * 24-hour business without interruption! Practice of applying multiple live landing in rookie villages
Unspeakable Prometheus monitoring practice
Remember another interview trip to Ali, which ends on three sides
随机推荐
Lichuang EDA learning notes 14: PCB board canvas settings
A. Div. 7
Override and virtual of classes in C #
STM32 key content
Mysql-15 aggregate function
Bugku Zhi, you have to stop him
Unity controls the selection of the previous and next characters
The automatic control system of pump station has powerful functions and diverse application scenarios
Summarize the past to motivate yourself to move on
What are the main investment products of bond funds and what are they
Question C: Huffman tree
Remote work guide
C learning notes: C foundation - Language & characteristics interpretation
Backpropagation formula derivation [Li Hongyi deep learning version]
Record a problem that soft deletion fails due to warehouse level error
Global and Chinese market of cell scrapers 2022-2028: Research Report on technology, participants, trends, market size and share
Data collection and summary
Global and Chinese market for travel wheelchairs 2022-2028: Research Report on technology, participants, trends, market size and share
[untitled]
Sword finger offer 20 String representing numeric value