Commit 47832268 authored by kmohiuddin's avatar kmohiuddin

add cron trigger in Jenkinsfile

parent c726babb
...@@ -2,6 +2,9 @@ library identifier: 'performance_test@master', retriever: modernSCM([$class: 'Gi ...@@ -2,6 +2,9 @@ library identifier: 'performance_test@master', retriever: modernSCM([$class: 'Gi
pipeline { pipeline {
agent any agent any
triggers {
cron('H/20 * * * *')
}
stages { stages {
stage('checkout') { stage('checkout') {
steps{ steps{
......
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