Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
POC
app-code-backend
Commits
16fab55a
Commit
16fab55a
authored
3 years ago
by
Asad ullah khan
Browse files
Options
Download
Email Patches
Plain Diff
test-check
parent
a72750df
testpipeline
1 merge request
!1
Testpipeline
Pipeline
#1888
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Jenkinsfile
+1
-1
Jenkinsfile
with
1 addition
and
1 deletion
+1
-1
Jenkinsfile
+
1
-
1
View file @
16fab55a
...
@@ -11,7 +11,7 @@ pipeline {
...
@@ -11,7 +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}"
sh
"echo
Source bracnh is
${gitlabSourceBranch}"
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help