Commit 4c61d0ef authored by Josh Steinberg's avatar Josh Steinberg

update build step

parent bc07bf6e
......@@ -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 .'
}
......
<!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>
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