Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
hello-world-spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Josh Steinberg
hello-world-spring-boot
Commits
4c61d0ef
Commit
4c61d0ef
authored
Jun 17, 2022
by
Josh Steinberg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update build step
parent
bc07bf6e
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
53 additions
and
1 deletion
+53
-1
Jenkinsfile
Jenkinsfile
+1
-1
service
service
+52
-0
No files found.
Jenkinsfile
View file @
4c61d0ef
...
...
@@ -59,7 +59,7 @@ pipeline {
agent
{
label
"docker-jenkins"
}
steps
{
git
url:
'https://gitlab.mynisum.com/jsteinberg/hello-world-spring-boot.git'
,
branch:
'main'
echo
"ls -al"
sh
'mvn install'
sh
'docker build -t hello-world .'
}
...
...
service
0 → 100644
View file @
4c61d0ef
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<title>
404 - Nexus Repository Manager
</title>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<!--[if lt IE 9]>
<script>(new Image).src="../favicon.ico?3.39.0-01"</script>
<![endif]-->
<link
rel=
"icon"
type=
"image/png"
href=
"../favicon-32x32.png?3.39.0-01"
sizes=
"32x32"
>
<link
rel=
"mask-icon"
href=
"../safari-pinned-tab.svg?3.39.0-01"
color=
"#5bbad5"
>
<link
rel=
"icon"
type=
"image/png"
href=
"../favicon-16x16.png?3.39.0-01"
sizes=
"16x16"
>
<link
rel=
"shortcut icon"
href=
"../favicon.ico?3.39.0-01"
>
<meta
name=
"msapplication-TileImage"
content=
"../mstile-144x144.png?3.39.0-01"
>
<meta
name=
"msapplication-TileColor"
content=
"#00a300"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"../static/css/nexus-content.css?3.39.0-01"
/>
</head>
<body>
<div
class=
"nexus-header"
>
<a
href=
".."
>
<div
class=
"product-logo"
>
<img
src=
"../static/rapture/resources/icons/x32/nexus-white.png?3.39.0-01"
alt=
"Product logo"
/>
</div>
<div
class=
"product-id"
>
<div
class=
"product-id__line-1"
>
<span
class=
"product-name"
>
Nexus Repository Manager
</span>
</div>
<div
class=
"product-id__line-2"
>
<span
class=
"product-spec"
>
OSS 3.39.0-01
</span>
</div>
</div>
</a>
</div>
<div
class=
"nexus-body"
>
<div
class=
"content-header"
>
<img
src=
"../static/rapture/resources/icons/x32/exclamation.png?3.39.0-01"
alt=
"Exclamation point"
aria-role=
"presentation"
/>
<span
class=
"title"
>
Error 404
</span>
<span
class=
"description"
>
Not Found
</span>
</div>
<div
class=
"content-body"
>
<div
class=
"content-section"
>
Not Found
</div>
</div>
</div>
</body>
</html>
Write
Preview
Markdown
is supported
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