Aggiunta publish dei moduli ts in post build Jenkins
Some checks failed
IntegryManagementSystem_Multi/pipeline/head There was a failure building this commit

This commit is contained in:
2025-05-23 10:10:32 +02:00
parent a266cbc244
commit f128443b59

View File

@@ -136,7 +136,7 @@ sleep 10''', execTimeout: 120000, flatten: false, makeEmptyDirs: false, noDefaul
// 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'