First Implements Progression Bar
All checks were successful
Subsonics - Pipeline/pipeline/head This commit looks good

This commit is contained in:
Raphix
2023-04-27 23:45:36 +02:00
parent 6aec5ec3b6
commit 8add3c13b7
6 changed files with 201 additions and 27 deletions

6
Jenkinsfile vendored
View File

@ -6,9 +6,9 @@ pipeline {
steps {
script {
echo "[Subsonics-Deploy] - Test Stage"
sh "rm -rf subsonics"
sh "git clone https://git.raphix.fr/raphix/subsonics.git"
sh "cd subsonics"
sh "rm -rf bot"
sh "git clone https://git.raphix.fr/subsonics/bot.git"
sh "cd bot"
sh "npm i"
sh "ENV='TEST' node src/main.js"
}