Merge pull request 'feature/25819' (#1) from feature/25819 into master

Reviewed-on: #1
This commit is contained in:
Roberto Cirillo 2023-10-06 14:48:11 +02:00
commit 9a1edcdd68
1 changed files with 8 additions and 1 deletions

View File

@ -41,5 +41,12 @@ pipeline {
}
}
stage('trigger IS-registry image job') {
steps {
script {
build(job: 'is-registry-service-image', wait: false, propagate: false);
}
}
}
}
}
}