diff --git a/Jenkinsfile b/Jenkinsfile index 2dc06cc3b02087e499dadf813050ca74730bd07f..f0748b96d169408a54c88b43cd839a87c374e82b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,6 +2,9 @@ library identifier: 'performance-testing-shared-lib@master', retriever: modernSC pipeline { agent any stages { + stage("Checkout CSM") { + checkout scm + } stage('Performance Test') { steps { pipeline_performance("config.yaml")