add Jenkinsfile

This commit is contained in:
tursom 2024-08-08 18:48:46 +08:00
parent fb0e9300c8
commit f5601da294

2
Jenkinsfile vendored
View File

@ -8,7 +8,7 @@ pipeline {
stages {
stage('Build') {
steps {
sh './gradelw publish'
sh './gradlew publish'
script {
try {
archiveArtifacts artifacts: "**/build/libs/*.jar",fingerprint: true, followSymlinks: false, onlyIfSuccessful: true