Compare commits

...

2 Commits

Author SHA1 Message Date
36b95f1f63 update Jenkinsfile 2024-08-08 18:58:19 +08:00
f5601da294 add Jenkinsfile 2024-08-08 18:48:46 +08:00

3
Jenkinsfile vendored
View File

@ -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