Commit 88715269 authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Removed consoles

parent f829a2e9
...@@ -3,17 +3,8 @@ pipeline { ...@@ -3,17 +3,8 @@ pipeline {
agent any agent any
triggers { cron('0 0 * * 0') } triggers { cron('0 0 * * 0') }
stages { stages {
stage("Checkout CSM") {
steps {
sh "ls"
// checkout scm
}
}
stage('Performance Test') { stage('Performance Test') {
steps { steps {
println "Reading config"
sh "ls"
println "WORKSPACE: $WORKSPACE"
pipeline_performance("config.yaml", WORKSPACE) pipeline_performance("config.yaml", WORKSPACE)
} }
} }
......
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