Обновить Jenkinsfile

This commit is contained in:
2026-03-30 12:27:58 +03:00
parent 6d89256c1c
commit f1bb56861e

2
Jenkinsfile vendored
View File

@ -37,7 +37,7 @@ pipeline {
stage('Build with Gradle') {
steps {
sh './gradlew clean'
sh './gradlew clean --refresh-dependencies'
sh './gradlew nTDC nbackup build copyDist publish dockerFile dockerUD rdbDockerFile'
}
}