mirror of
https://github.com/plexusorg/Plex.git
synced 2024-12-22 17:17:37 +00:00
Use Gradle
This commit is contained in:
parent
6a91d6a761
commit
6527e51159
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -3,10 +3,12 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
|
withGradle {
|
||||||
sh './gradlew build javadoc publish --no-daemon'
|
sh './gradlew build javadoc publish --no-daemon'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
post {
|
post {
|
||||||
always {
|
always {
|
||||||
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true
|
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true
|
||||||
|
Loading…
Reference in New Issue
Block a user