Commit 5cd1fa0b authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Initial commit

parent 6d53472a
......@@ -3,8 +3,10 @@ pipeline {
agent any
stages {
stage("Checkout CSM") {
steps {
checkout scm
}
}
stage('Performance Test') {
steps {
pipeline_performance("config.yaml")
......
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