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

hutcheb pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new ec9625130f Reapply "fix(plc4py): Add to Jenkins build"
ec9625130f is described below

commit ec9625130fa1351c302eeee1485f94181b4bd7b7
Author: hutcheb <ben.hut...@gmail.com>
AuthorDate: Sat Aug 31 01:42:43 2024 +0800

    Reapply "fix(plc4py): Add to Jenkins build"
    
    This reverts commit 00368bb23b53fb4f7d644cffce8bbbf63ff4dcac.
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c0a07f8fcf..8e0c83296f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -94,7 +94,7 @@ pipeline {
             }
             steps {
                 echo 'Building'
-                sh './mvnw -B 
-P${JENKINS_PROFILE},skip-prerequisite-check,with-c,with-go,with-java 
${MVN_TEST_FAIL_IGNORE} ${MVN_LOCAL_REPO_OPT} clean install'
+                sh './mvnw -B 
-P${JENKINS_PROFILE},skip-prerequisite-check,with-c,with-go,with-java,with-python
 ${MVN_TEST_FAIL_IGNORE} ${MVN_LOCAL_REPO_OPT} clean install'
             }
             post {
                 always {
@@ -117,7 +117,7 @@ pipeline {
 
                 // We'll deploy to a relative directory so we can save
                 // that and deploy in a later step on a different node
-                sh './mvnw -U 
-P${JENKINS_PROFILE},skip-prerequisite-check,with-c,with-go,with-java,update-generated-code,enable-all-checks
 ${MVN_TEST_FAIL_IGNORE} ${JQASSISTANT_NEO4J_VERSION} 
-DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir 
clean deploy'
+                sh './mvnw -U 
-P${JENKINS_PROFILE},skip-prerequisite-check,with-c,with-go,with-java,with-python,update-generated-code,enable-all-checks
 ${MVN_TEST_FAIL_IGNORE} ${JQASSISTANT_NEO4J_VERSION} 
-DaltDeploymentRepository=snapshot-repo::default::file:./local-snapshots-dir 
clean deploy'
 
                 // Stash the build results so we can deploy them on another 
node
                 stash name: 'plc4x-build-snapshots', includes: 
'local-snapshots-dir/**'
@@ -138,7 +138,7 @@ pipeline {
                 echo 'Checking Code Quality on SonarCloud'
                 withCredentials([string(credentialsId: 
'chris-sonarcloud-token', variable: 'SONAR_TOKEN')]) {
                     //sh './mvnw -B 
-P${JENKINS_PROFILE},skip-prerequisite-check,with-python,with-proxies 
sonar:sonar ${SONARCLOUD_PARAMS} -Dsonar.login=${SONAR_TOKEN}'
-                    sh './mvnw -B 
-P${JENKINS_PROFILE},skip-prerequisite-check,with-c,with-go,with-java 
sonar:sonar ${SONARCLOUD_PARAMS} -Dsonar.token=${SONAR_TOKEN}'
+                    sh './mvnw -B 
-P${JENKINS_PROFILE},skip-prerequisite-check,with-c,with-go,with-java,with-python
 sonar:sonar ${SONARCLOUD_PARAMS} -Dsonar.token=${SONAR_TOKEN}'
                 }
             }
         }

Reply via email to