mirror of
https://github.com/tursom/TursomServer.git
synced 2024-12-26 04:40:20 +08:00
add Jenkinsfile
This commit is contained in:
parent
fb0e9300c8
commit
f5601da294
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user