01-ImproveUseOfStorage #4

Merged
husbando_enjoyer merged 4 commits from bugfix/main-01-ImproveUseOfStorage into main 2025-12-15 18:08:23 +01:00
Showing only changes of commit 5a61d32405 - Show all commits

4
Jenkinsfile vendored
View File

@@ -95,6 +95,10 @@ pipeline {
} }
stage('Deploy frontend & backend') { stage('Deploy frontend & backend') {
when {
branch 'main'
}
agent any agent any
steps { steps {
sh ''' sh '''