bugfix/main-13-UpdateConfigurations #17

Merged
husbando_enjoyer merged 16 commits from bugfix/main-13-UpdateConfigurations into main 2025-12-28 11:15:37 +01:00
Showing only changes of commit 8901941e9f - Show all commits

View File

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