Aggiornato Jenkinsfile
Some checks failed
IntegryManagementSystem_Multi/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2025-05-26 09:22:13 +02:00
parent 9232910f2e
commit 6ccd9cfce8

View File

@@ -132,6 +132,8 @@ sleep 10''', execTimeout: 120000, flatten: false, makeEmptyDirs: false, noDefaul
echo "Clonazione della repository di destinazione..." echo "Clonazione della repository di destinazione..."
bat 'git clone https://git.studioml.it/Integry/IntegryManagementSystemTSModules.git' bat 'git clone https://git.studioml.it/Integry/IntegryManagementSystemTSModules.git'
bat 'git pull https://git.studioml.it/Integry/IntegryManagementSystemTSModules.git'
// Entra nella directory della repository di destinazione // Entra nella directory della repository di destinazione
dir('IntegryManagementSystemTSModules') { dir('IntegryManagementSystemTSModules') {
bat "git checkout -b ${env.GIT_BRANCH}" bat "git checkout -b ${env.GIT_BRANCH}"