This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 4.1.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 7069d68962eea2480048526be51f904255fce0c7 Author: Andriy Redko <[email protected]> AuthorDate: Sun Nov 23 11:05:53 2025 -0500 Update Jenkinsfile (Jakarta RESTful Web Services 3.0 TCK) --- tck/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tck/Jenkinsfile b/tck/Jenkinsfile index 33525f75c0..66d561554c 100644 --- a/tck/Jenkinsfile +++ b/tck/Jenkinsfile @@ -37,7 +37,7 @@ pipeline { stage('Checkout Apache CXF') { steps { checkout([$class: 'GitSCM', - branches: [[name: 'main']], + branches: [[name: '4.1.x-fixes']], userRemoteConfigs: [[url: 'https://github.com/apache/cxf/']], extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: 'cxf'], [$class: 'CloneOption', shallow: true]] ])
