Commit 66ec3edb authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Initial commit

parents
pipeline {
agent any
stages {
stage('Checkout Source Code') {
steps {
sh "Performance test!"
}
}
}
}
\ No newline at end of file
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