This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch devel-camel-20383 in repository https://gitbox.apache.org/repos/asf/camel.git
commit ef95d01f2a9f21493dffbe62500b08b04b6ae53c Author: Vaishnavi R <[email protected]> AuthorDate: Sat Apr 6 08:42:02 2024 +0530 Removed some commented param which are not needed. --- Jenkinsfile.matrix.platform | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile.matrix.platform b/Jenkinsfile.matrix.platform index 781ab33141d..9ce9c978945 100644 --- a/Jenkinsfile.matrix.platform +++ b/Jenkinsfile.matrix.platform @@ -14,9 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -//def PLATFORM = 'ppc64le' -//def JDK_NAME = env.JDK_NAME ?: 'jdk_17_latest' - def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2 -Dfailsafe.rerunFailingTestsCount=1" def MAVEN_TEST_PARAMS = env.MAVEN_TEST_PARAMS ?: "-Dkafka.instance.type=local-strimzi-container -Dci.env.name=apache.org" def MAVEN_TEST_PARAMS_UBUNTU = env.MAVEN_TEST_PARAMS ?: "-Dci.env.name=apache.org"
