Commit 6d53472a authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Initial commit

parent b52da005
...@@ -2,6 +2,9 @@ library identifier: 'performance-testing-shared-lib@master', retriever: modernSC ...@@ -2,6 +2,9 @@ library identifier: 'performance-testing-shared-lib@master', retriever: modernSC
pipeline { pipeline {
agent any agent any
stages { stages {
stage("Checkout CSM") {
checkout scm
}
stage('Performance Test') { stage('Performance Test') {
steps { steps {
pipeline_performance("config.yaml") 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