automated push from the terminal
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -15,7 +15,7 @@ pipeline {
|
|||||||
|
|
||||||
agent {
|
agent {
|
||||||
|
|
||||||
label "sian"
|
label "dassault"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -35,7 +35,7 @@ pipeline {
|
|||||||
|
|
||||||
agent {
|
agent {
|
||||||
|
|
||||||
label "sian"
|
label "dassault"
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -51,5 +51,6 @@ pipeline {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|||||||
70
legacy.html
70
legacy.html
@@ -1,70 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
||||||
<title>Valorant Digital Intranet</title>
|
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.3.3/dist/lux/bootstrap.min.css">
|
|
||||||
<style>
|
|
||||||
.container {
|
|
||||||
padding-top: 50px;
|
|
||||||
padding-bottom: 50px;
|
|
||||||
}
|
|
||||||
/* Style the link container to take up more space on wider screens */
|
|
||||||
#link-container .btn {
|
|
||||||
width: 100%;
|
|
||||||
margin-bottom: 1.5rem; /* Increased margin for more separation */
|
|
||||||
padding: 1.5rem; /* Increased padding to make buttons taller */
|
|
||||||
font-size: 1.25rem; /* Larger font size for better readability */
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="container">
|
|
||||||
<div class="row justify-content-center">
|
|
||||||
<div class="col-12 col-md-10 col-lg-8">
|
|
||||||
<h2 class="text-center mb-4">EmbaNET Portal</h2>
|
|
||||||
<p class="text-center mb-4">
|
|
||||||
This portal provides a central hub for accessing various internal development and management tools,
|
|
||||||
making it easy to navigate to the different services required for your projects.
|
|
||||||
</p>
|
|
||||||
<div class="row" id="link-container">
|
|
||||||
<div class="col-12 d-grid gap-2">
|
|
||||||
|
|
||||||
<a href="http://intranet.valorantdigital.com:5000" id="jenkins" class="btn btn-primary" target="_blank">
|
|
||||||
<i class="fa-solid fa-globe"></i> Source Code Build & Deploy
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="http://intranet.valorantdigital.com:3000" id="gitea" class="btn btn-primary" target="_blank">
|
|
||||||
<i class="fa-solid fa-globe"></i> Private Code Repositories
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="http://intranet.valorantdigital.com:8000" id="wordpress" class="btn btn-primary" target="_blank">
|
|
||||||
<i class="fa-solid fa-globe"></i> Wordpress
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="http://intranet.valorantdigital.com:9000" id="kanban" class="btn btn-primary" target="_blank">
|
|
||||||
<i class="fa-solid fa-globe"></i> Aria OS
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="http://intranet.valorantdigital.com:3380" id="phpmyadmin" class="btn btn-primary" target="_blank">
|
|
||||||
<i class="fa-solid fa-globe"></i> Experiments Database Manager
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="/tools/teleprompter.html" id="phpmyadmin" class="btn btn-primary" target="_blank">
|
|
||||||
<i class="fa-solid fa-globe"></i> Streaming Teleprompter (tool)
|
|
||||||
</a>
|
|
||||||
|
|
||||||
<a href="http://intranet.valorantdigital.com:8096" id="radio" class="btn btn-primary" target="radio">
|
|
||||||
<i class="fa-solid fa-globe"></i> Streaming Radio
|
|
||||||
</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script src="https://kit.fontawesome.com/ee2093fa90.js" crossorigin="anonymous"></script>
|
|
||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
Reference in New Issue
Block a user