(1) test_page_position.py: reduce the number of click_by_random. (2) Jenkinsfile: trigger build after each push.
parent
fa8fd4e414
commit
fa84a7bbb2
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue