Deploy only in main branch

This commit is contained in:
jose-rZM
2025-12-15 17:44:20 +01:00
parent 741fc78b96
commit 5a61d32405

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