Commit 295df50b authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Initial commit

parent 457b5ecc
...@@ -10,9 +10,8 @@ pipeline { ...@@ -10,9 +10,8 @@ pipeline {
stage('Performance Test') { stage('Performance Test') {
steps { steps {
println "Reading config" println "Reading config"
println "In Jenkinsfile:"
sh "ls" sh "ls"
pipeline_performance("config.yaml") pipeline_performance("/home/tehami/.jenkins/workspace/performance-testing-gap/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