Commit 9993679d authored by Ebad Sheikh's avatar Ebad Sheikh

Jenkinsfile commit

parent c240f193
pipeline {
agent any
stages {
stage('Hello') {
steps {
git 'https://gitlab.mynisum.com/mebad/git-merge'
echo 'Hello World'
sh 'cat mytxt'
}
}
}
}
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