mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-26 13:54:27 +00:00
Try this
This commit is contained in:
16
Jenkinsfile
vendored
Normal file
16
Jenkinsfile
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('build') {
|
||||
steps {
|
||||
sh './gradlew build javadoc publish --no-daemon'
|
||||
}
|
||||
}
|
||||
}
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: 'build/libs/*.jar', fingerprint: true
|
||||
deleteWs()
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user