Fixed a typo.
Fixed Jenkinsfile.
This commit is contained in:
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@@ -3,13 +3,14 @@ pipeline {
|
||||
stages {
|
||||
stage ("install") {
|
||||
steps {
|
||||
|
||||
nodejs("System") {
|
||||
sh "npm install"
|
||||
}
|
||||
}
|
||||
}
|
||||
stage ("build") {
|
||||
steps {
|
||||
nodejs("System NodeJS") {
|
||||
sh "npm install"
|
||||
nodejs("System") {
|
||||
sh "npm run build"
|
||||
}
|
||||
}
|
||||
|
@@ -9,7 +9,7 @@
|
||||
<div class="title">
|
||||
<h2>Steam System</h2>
|
||||
<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
|
||||
@@ -19,7 +19,7 @@
|
||||
<div class="title">
|
||||
<h2>Minecraft Server</h2>
|
||||
<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>
|
||||
<router-link
|
||||
:to="{ name: 'Minecraft Server'}"
|
||||
|
Reference in New Issue
Block a user