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

Removed consoles

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