Jenkins set timing tasks

1. After clicking the task, click Configuration

2. Select "Scheduled Build" under "Build Trigger" and set timing rules. After the setting is complete, the build task will be executed regularly according to the time we set.

3. Set the rules

        The format of the scheduled task here follows the syntax of cron (there may be slight differences with the syntax of cron). In the specific format, each line contains 5 fields, which are minutes, hours, days, months, and days of the week, separated by tabs or spaces.                       

        "Execute every 15 minutes" in the example shown in the figure below is: H/15 * * * *

4. Other commonly used rules

            Build once every day at 18:00: H 18 * * *

            Scheduled construction every day at 12:00 am and 18:00 pm: H 12,18 * * *

            In the first 30 minutes of each hour, times/10 minutes: H(0-29)/10 * * * *

            Monday to Friday, from 9 to 16:00, times/2h, and each execution is executed at the 45th minute: 45 H(9-16)/2 * * 1-5

            Monday to Friday, 9~17:00, time/2h: HH(9-17)/2 * * 1-5

The following is the supporting information. For friends who do [software testing], it should be the most comprehensive and complete preparation warehouse. This warehouse also accompanied me through the most difficult journey. I hope it can help you too!

These materials should be the most comprehensive and complete preparation warehouse for [software testing] friends. This warehouse has also accompanied tens of thousands of test engineers through the most difficult journey. I hope it can help you too!

加入我的软件测试交流群:110685036免费获取~(同行大佬一起学术交流,每晚都有大佬直播分享技术知识点)

Software testing interview applet

The software test question bank maxed out by millions of people! ! ! Who is who knows! ! ! The most comprehensive quiz mini program on the whole network, you can use your mobile phone to do the quizzes, on the subway or on the bus, roll it up!

The following interview question sections are covered:

1. Basic theory of software testing, 2. web, app, interface function testing, 3. network, 4. database, 5. linux

6. web, app, interface automation, 7. performance testing, 8. programming basics, 9. hr interview questions, 10. open test questions, 11. security testing, 12. computer basics

How to obtain the full set of information:

Guess you like

Origin blog.csdn.net/jiangjunsss/article/details/130824914