Commit 6eea35ca authored by Asad ullah khan's avatar Asad ullah khan

test

parent 6023180e
...@@ -11,8 +11,8 @@ pipeline { ...@@ -11,8 +11,8 @@ 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}" // 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