mirror of
https://github.com/tursom/TursomServer.git
synced 2024-12-26 12:50:24 +08:00
Compare commits
2 Commits
fb0e9300c8
...
36b95f1f63
Author | SHA1 | Date | |
---|---|---|---|
36b95f1f63 | |||
f5601da294 |
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -8,7 +8,8 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh './gradelw publish'
|
||||
sh './gradlew :ts-gradle: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