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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new 4f45070  Made jenkins run sonar and deploy snapshots on the master 
branch instead of "develop"
4f45070 is described below

commit 4f450704d4fe2aa1db37627f55ded10830f65c19
Author: Christofer Dutz <christofer.d...@c-ware.de>
AuthorDate: Sun Feb 11 13:05:13 2018 +0100

    Made jenkins run sonar and deploy snapshots on the master branch instead of 
"develop"
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 986a2a7..17ccb47 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ node('ubuntu') {
     // Make sure the feature branches don't change the SNAPSHOTS in Nexus.
     def mavenGoal = "install"
     def mavenLocalRepo = ""
-    if(env.BRANCH_NAME == 'develop') {
+    if(env.BRANCH_NAME == 'master') {
         mavenGoal = "deploy sonar:sonar"
     } else {
         mavenLocalRepo = "-Dmaven.repo.local=.repository"

-- 
To stop receiving notification emails like this one, please contact
cd...@apache.org.

Reply via email to