This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 66c8499c41d (chores) build: prevent tests from running in the snapshot
deployment job
66c8499c41d is described below
commit 66c8499c41d5d298c105d56d30bcce2b933fcf10
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Thu Jun 29 06:32:30 2023 +0200
(chores) build: prevent tests from running in the snapshot deployment job
---
Jenkinsfile.deploy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile.deploy b/Jenkinsfile.deploy
index 32a85b7971d..0a17994003f 100644
--- a/Jenkinsfile.deploy
+++ b/Jenkinsfile.deploy
@@ -68,7 +68,7 @@ pipeline {
steps {
// Work-around for
https://issues.apache.org/jira/browse/INFRA-24713
sh 'sed -i -e "s/3.9.2/3.8.8/g"
.mvn/wrapper/maven-wrapper.properties'
- sh "./mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots
-Dmaven.test.skip.exec=true clean deploy"
+ sh "/mvnw $MAVEN_PARAMS -Pdeploy,apache-snapshots -Dquickly
clean deploy"
}
}