Commit 507feedb authored by Muhammad Tehami's avatar Muhammad Tehami 💡

Initial commit

parent 078aab33
...@@ -5,6 +5,7 @@ pipeline { ...@@ -5,6 +5,7 @@ pipeline {
stages { stages {
stage("Checkout CSM") { stage("Checkout CSM") {
steps { steps {
sh "ls"
checkout scm checkout scm
} }
} }
......
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