update Jenkinsfile

This commit is contained in:
tursom 2024-08-08 18:58:19 +08:00
parent f5601da294
commit 36b95f1f63

1
Jenkinsfile vendored
View File

@ -8,6 +8,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh './gradlew :ts-gradle:publish'
sh './gradlew publish' sh './gradlew publish'
script { script {
try { try {