1
0
Fork 0

(1) test_page_position.py: reduce the number of click_by_random. (2) Jenkinsfile: trigger build after each push.

Lanhui-add-articles
Hui Lan 2021-07-14 21:51:03 +08:00
parent fa8fd4e414
commit fa84a7bbb2
1 changed files with 2 additions and 0 deletions

2
Jenkinsfile vendored
View File

@ -2,7 +2,9 @@ pipeline {
agent any agent any
triggers { triggers {
pollSCM('') // Enabling being build on Push pollSCM('') // Enabling being build on Push
} }
stages { stages {