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

benweidig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tapestry-5.git

commit ea8b799f197ae52c079f189981c4bfb4c73b5694
Author: Ben Weidig <[email protected]>
AuthorDate: Fri Apr 17 09:07:38 2026 +0200

    TAP5-2819: Jenkinsfile integration test results prefixing improved
---
 Jenkinsfile.integration-variants | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Jenkinsfile.integration-variants b/Jenkinsfile.integration-variants
index 011a1b477..f68446d0a 100644
--- a/Jenkinsfile.integration-variants
+++ b/Jenkinsfile.integration-variants
@@ -13,7 +13,7 @@ pipeline {
     }
 
     options {
-        timeout(time: 1, unit: 'HOURS')
+        timeout(time: 2, unit: 'HOURS')
         skipStagesAfterUnstable()
     }
 
@@ -33,7 +33,7 @@ pipeline {
                         always {
                             sh '''
                                 if [ -d 
"tapestry-core/build/test-results/testWithPrototypeAndRequireJsDisabled" ]; then
-                                    find 
tapestry-core/build/test-results/testWithPrototypeAndRequireJsDisabled -name 
"*.xml" -type f -exec sed -i 's/classname="/classname="Prototype./g' {} +
+                                    find 
tapestry-core/build/test-results/testWithPrototypeAndRequireJsDisabled -name 
"*.xml" -type f -exec sed -i 's/classname="org\./classname="Prototype.org./g' 
{} +
                                 fi
                             '''
 
@@ -58,7 +58,7 @@ pipeline {
                         always {
                         sh '''
                                 if [ -d 
"tapestry-core/build/test-results/testWithJqueryAndRequireJsDisabled" ]; then
-                                    find 
tapestry-core/build/test-results/testWithJqueryAndRequireJsDisabled -name 
"*.xml" -type f -exec sed -i 's/classname="/classname="Jquery./g' {} +
+                                    find 
tapestry-core/build/test-results/testWithJqueryAndRequireJsDisabled -name 
"*.xml" -type f -exec sed -i 's/classname="org\./classname="Jquery.org./g' {} +
                                 fi
                             '''
 
@@ -83,7 +83,7 @@ pipeline {
                         always {
                             sh '''
                                 if [ -d 
"tapestry-core/build/test-results/testWithPrototypeAndRequireJsEnabled" ]; then
-                                    find 
tapestry-core/build/test-results/testWithPrototypeAndRequireJsEnabled -name 
"*.xml" -type f -exec sed -i 's/classname="/classname="PrototypeRjs./g' {} +
+                                    find 
tapestry-core/build/test-results/testWithPrototypeAndRequireJsEnabled -name 
"*.xml" -type f -exec sed -i 
's/classname="org\./classname="PrototypeRjs.org./g' {} +
                                 fi
                             '''
 

Reply via email to