Merge branch 'master' into develop
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit

This commit is contained in:
2025-05-26 11:17:11 +02:00

View File

@@ -126,7 +126,7 @@ sleep 10''', execTimeout: 120000, flatten: false, makeEmptyDirs: false, noDefaul
}
steps {
script {
bat "IF EXIST IntegryManagementSystemTSModules RMDIR IntegryManagementSystemTSModules /S /Q"
bat "if (Test-Path -Path IntegryManagementSystemTSModules) { rm -r -fo IntegryManagementSystemTSModules }"
// Clona la repository di destinazione
echo "Clonazione della repository di destinazione..."