Commit c24efa3a authored by Muhammad Suleman's avatar Muhammad Suleman

Update Jenkinsfile

parent 70319e62
pipeline { pipeline {
agent any agent any
stages {
stage('Checkout') {
steps {
checkout scm
}
}
pipeline {
agent any
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {
...@@ -61,3 +50,5 @@ pipeline { ...@@ -61,3 +50,5 @@ pipeline {
} }
} }
} }
}
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