10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@ -37,14 +37,8 @@ pipeline {
|
||||
|
||||
stage('Build with Gradle') {
|
||||
steps {
|
||||
sh '''
|
||||
sdk use java 17.0.19-librca
|
||||
./gradlew clean
|
||||
'''
|
||||
sh '''
|
||||
sdk use java 17.0.19-librca
|
||||
./gradlew nTDC nbackup build copyDist publish dockerFile dockerUD rdbDockerFile
|
||||
'''
|
||||
sh './gradlew clean'
|
||||
sh './gradlew nTDC nbackup build copyDist publish dockerFile dockerUD rdbDockerFile'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user