Commit b0d8d276 authored by Asad ullah khan's avatar Asad ullah khan

change to test

parent 4d7b1935
...@@ -11,6 +11,7 @@ pipeline { ...@@ -11,6 +11,7 @@ pipeline {
steps { steps {
git([url: 'https://github.com/AsadUkh/app-code-backend.git', branch: 'master']) git([url: 'https://github.com/AsadUkh/app-code-backend.git', branch: 'master'])
updateGitlabCommitStatus name: "Jenkins", state: "running" updateGitlabCommitStatus name: "Jenkins", state: "running"
sh "echo ${gitlabSourceBranch}"
} }
} }
stage('Build application') { stage('Build application') {
......
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