Delete conditions

This commit is contained in:
2025-12-24 17:52:14 +01:00
parent c6780b53fc
commit 8901941e9f

View File

@@ -30,6 +30,7 @@ pipeline {
JENKINS_BASE_URL = "${params.JENKINS_BASE_URL}"
JENKINS_JOB_NAME = "${params.JENKINS_JOB_NAME}"
VITE_API_BASE = "${params.VITE_API_BASE}"
PYTHONDONTWRITEBYTECODE = 1
}
stages {
@@ -39,9 +40,6 @@ pipeline {
========================= */
stage('Backend: test (main)') {
when {
branch 'main'
}
agent {
docker {
image 'python:3.11-slim'
@@ -68,9 +66,6 @@ pipeline {
========================= */
stage('Docker: build images') {
when {
branch 'main'
}
agent any
steps {
@@ -146,9 +141,6 @@ pipeline {
========================= */
stage('Deploy (docker compose)') {
when {
branch 'main'
}
agent any
steps {
withCredentials([