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