Commit 0dd34c37 authored by kmohiuddin's avatar kmohiuddin

add stage checking param

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