Fixed a typo.
Fixed Jenkinsfile.
This commit is contained in:
parent
fd87219999
commit
8ee18bbf8d
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -3,13 +3,14 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage ("install") {
|
stage ("install") {
|
||||||
steps {
|
steps {
|
||||||
|
nodejs("System") {
|
||||||
|
sh "npm install"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage ("build") {
|
stage ("build") {
|
||||||
steps {
|
steps {
|
||||||
nodejs("System NodeJS") {
|
nodejs("System") {
|
||||||
sh "npm install"
|
|
||||||
sh "npm run build"
|
sh "npm run build"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
<div class="title">
|
<div class="title">
|
||||||
<h2>Steam System</h2>
|
<h2>Steam System</h2>
|
||||||
<hr>
|
<hr>
|
||||||
<p>Access the RES Steam web interface for establishing connections to the game system and viewing some statistics.</p>
|
<p>Access the RSE Steam web interface for establishing connections to the game system and viewing some statistics.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
@ -19,7 +19,7 @@
|
|||||||
<div class="title">
|
<div class="title">
|
||||||
<h2>Minecraft Server</h2>
|
<h2>Minecraft Server</h2>
|
||||||
<hr>
|
<hr>
|
||||||
<p> Access the RES Minecraft Server web interface for interacting with a variety of game utilities and information.</p>
|
<p> Access the RSE Minecraft Server web interface for interacting with a variety of game utilities and information.</p>
|
||||||
</div>
|
</div>
|
||||||
<router-link
|
<router-link
|
||||||
:to="{ name: 'Minecraft Server'}"
|
:to="{ name: 'Minecraft Server'}"
|
||||||
|
Loading…
Reference in New Issue
Block a user