Deploy only in main branch

This commit is contained in:
2025-12-15 17:44:20 +01:00
parent 693d63042e
commit 4b8f1583a3

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 '''