Merge branch 'develop' into feature/JDK11
All checks were successful
IntegryManagementSystem_Multi/pipeline/head This commit looks good

This commit is contained in:
jenkins
2025-05-23 10:11:13 +02:00

View File

@@ -136,7 +136,7 @@ pipeline {
// Copia i file .ts nella repository di destinazione
echo "Copia dei file .ts nella repository di destinazione..."
bat 'cp ../ts/*.ts .'
bat 'copy ../ts/*.ts .'
// Aggiungi i file modificati
bat 'git add *.ts'