This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a commit to branch snapshots
in repository https://gitbox.apache.org/repos/asf/streams.git

commit 9686e49651f9944844b3d7dc938e6a734bea3937
Author: Steve Blackmon <[email protected]>
AuthorDate: Fri Feb 16 12:54:24 2024 -0600

    chore: publish snapshots (#557)
    
    Signed-off-by: Steve Blackmon <[email protected]>
---
 Jenkinsfile | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 22dd72e9c2..cfa5931381 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -29,6 +29,16 @@ timestamps {
                        }
                }
 
+        stage('Deploy snapshots') {
+            when {
+                branch 'snapshots'
+            }
+            steps {
+                // Use release profile defined in project pom.xml
+                sh "mvn package -Dmaven.test.skip.exec=true deploy"
+            }
+        }
+
                stage ('Streams - Post build actions') {
                        step([$class: 'Mailer', notifyEveryUnstableBuild: true, 
recipients: '[email protected]', sendToIndividuals: true])
                }

Reply via email to