Skip to content
GitLab
Menu
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
6eea35ca
Commit
6eea35ca
authored
3 years ago
by
Asad ullah khan
Browse files
Options
Download
Email Patches
Plain Diff
test
parent
6023180e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Jenkinsfile
+2
-2
Jenkinsfile
with
2 additions
and
2 deletions
+2
-2
Jenkinsfile
+
2
-
2
View file @
6eea35ca
...
...
@@ -11,8 +11,8 @@ pipeline {
steps
{
git
([
url:
'https://github.com/AsadUkh/app-code-backend.git'
,
branch:
'master'
])
updateGitlabCommitStatus
name:
"Jenkins"
,
state:
"running"
sh
"echo ${gitlabSourceBranch}"
//
sh "echo ${gitlabSourceBranch}"
}
}
stage
(
'Build application'
)
{
...
...
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