Обновить Jenkinsfile
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -38,7 +38,7 @@ pipeline {
|
|||||||
stage('Build with Gradle') {
|
stage('Build with Gradle') {
|
||||||
steps {
|
steps {
|
||||||
sh './gradlew clean --refresh-dependencies'
|
sh './gradlew clean --refresh-dependencies'
|
||||||
sh './gradlew nTDC nbackup build copyDist publish dockerFile dockerUD rdbDockerFile'
|
sh './gradlew nTDC build publish dockerFile dockerUD rdbDockerFile dCD'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user