Commit Graph

15 Commits

Author SHA1 Message Date
Enno Gelhaus 826f803174 Fix quoting of environment variables in Jenkins pipeline to resolve compilation errors 2025-10-03 16:04:18 +02:00
Enno Gelhaus 6ef1543dcd Refactor Jenkins pipeline to remove global environment variable for Sonar Scanner and streamline installation process within the analysis stage 2025-10-03 15:56:16 +02:00
Enno Gelhaus 22dac4413c Refactor Jenkins pipeline to enhance SonarQube analysis by setting the global SONAR_SCANNER_PATH and improving scanner installation process 2025-10-03 15:29:26 +02:00
Enno Gelhaus 022cc3c32f Refactor Jenkins pipeline to streamline environment setup by removing unnecessary environment variables and enhancing SonarQube analysis with manual scanner installation 2025-10-03 15:27:01 +02:00
Enno Gelhaus 29384eebab Refactor Jenkins pipeline to enhance SonarQube analysis stage with manual scanner installation and improved environment variable handling 2025-10-03 15:23:21 +02:00
Enno Gelhaus 77b91d4d7c Update SonarQube environment configuration to use 'SonarQube-Server' and change token variable to 'SONAR_AUTH_TOKEN' 2025-10-03 15:16:34 +02:00
Enno Gelhaus c124aa648b Refactor Jenkins pipeline to streamline Node.js setup and enhance SonarQube analysis stage 2025-10-03 15:08:46 +02:00
Enno Gelhaus b2f5fb17d4 Refactor Jenkins pipeline to remove source checkout stage and enhance apt command execution with update step 2025-10-03 14:46:26 +02:00
Enno Gelhaus b71f8a7acb Remove credentialsId from Git checkout configuration for improved security and flexibility 2025-10-03 14:44:51 +02:00
Enno Gelhaus febfb1e7d6 Refactor Jenkins pipeline to remove unnecessary Git installation steps and enhance apt command execution with retry logic 2025-10-03 14:44:05 +02:00
Enno Gelhaus 789c4b4c7e Refactor Jenkins pipeline to improve Git checkout process and ensure necessary dependencies are installed 2025-10-03 14:41:42 +02:00
Enno Gelhaus 6e19591998 Remove unnecessary options configuration from Jenkins pipeline for cleaner setup 2025-10-03 14:35:15 +02:00
Enno Gelhaus 762384d45e Refactor Jenkins pipeline to use 'agent any' for improved flexibility in execution environment 2025-10-03 14:32:30 +02:00
Enno Gelhaus ebbb64b9d8 Enhance Jenkins pipeline comments and update Git checkout configuration for clarity and accuracy 2025-10-03 14:28:05 +02:00
Enno Gelhaus 477366164c Remove legacy CI/CD configurations and implement new workflows for building and analyzing Node.js applications with SonarQube 2025-10-03 14:24:01 +02:00