Aggiornato Jenkinsfile

This commit is contained in:
2025-05-26 09:39:21 +02:00
parent 826fc326d3
commit beb4a61f02

View File

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