Update Jenkinsfile

master
fernando 2024-01-31 17:32:52 -05:00
parent 5084478bc9
commit 18e05a14ed
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -6,6 +6,10 @@ pipeline {
PATH = "/var/lib/jenkins/.cargo/bin:${env.PATH}"
}
steps {
// Clean workspace. TODO: Separate backend & frontend build
cleanWs()
checkout scm
dir("backend") {
sh "touch .env"
sh "echo DATABASE_URL=mysql://educa7ls_user:123456789a*@md-89.webhostbox.net:3306/educa7ls_plataforma >> .env"