Commit 2edf6343 authored by kmohiuddin's avatar kmohiuddin

add cron trigger in Jenkinsfile

parent 47832268
......@@ -3,7 +3,7 @@ library identifier: 'performance_test@master', retriever: modernSCM([$class: 'Gi
pipeline {
agent any
triggers {
cron('H/20 * * * *')
cron('H/5 * * * *')
}
stages {
stage('checkout') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment