Merge branch 'main' into akashic
This commit is contained in:
commit
77d719a2c8
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -23,6 +23,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
stage('Publish') {
|
||||
when { branch 'main' }
|
||||
steps {
|
||||
echo 'Deploying to Maven'
|
||||
sh './gradlew publish sendWebhook'
|
||||
|
|
Loading…
Reference in a new issue