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
DevOps Assignment
frontend
Commits
409cd076
Commit
409cd076
authored
1 year ago
by
Muhammad Suleman
Browse files
Options
Download
Email Patches
Plain Diff
Update Jenkinsfile
parent
93641ea6
Changes
1
Show 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 @
409cd076
...
...
@@ -11,7 +11,7 @@ pipeline {
stage
(
'Build and Create Docker Image'
)
{
steps
{
script
{
def
branchName
=
currentBuild
.
displayName
def
branchName
=
BRANCH_NAME
def
imageName
echo
branchName
;
...
...
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