main #3

Merged
Dmitry_Tkachenko merged 30 commits from main into develop 2024-10-22 23:58:46 +03:00
Showing only changes of commit 979b14f9ef - Show all commits
+1 -6
View File
@@ -3,12 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh 'yarn && yarn build'
}
}
stage('Test') {
steps {
sh './jenkins/scripts/test.sh'
sh 'npm install'
}
}
}