You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2020/06/01 22:59:10 UTC

[cxf] branch master updated: Updated TCK branch name since it has been replaced with the label

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

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 336d49d  Updated TCK branch name since it has been replaced with the label
336d49d is described below

commit 336d49d4e88641a6ffaf757185ff0ff93473322c
Author: reta <dr...@gmail.com>
AuthorDate: Mon Jun 1 18:57:15 2020 -0400

    Updated TCK branch name since it has been replaced with the label
---
 tck/Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tck/Jenkinsfile b/tck/Jenkinsfile
index 661ca65..3f6eb14 100644
--- a/tck/Jenkinsfile
+++ b/tck/Jenkinsfile
@@ -41,7 +41,7 @@ pipeline {
        stage('Download JakartaEE TCK') {
            steps {
                checkout([$class: 'GitSCM',
-	               branches: [[name: '*/8.0']],
+	           branches: [[name: 'refs/tags/8.0.0']],
                    userRemoteConfigs: [[url: 'https://github.com/eclipse-ee4j/jakartaee-tck']],
                    extensions: [[$class: 'RelativeTargetDirectory', relativeTargetDir: 'jakartaee-tck']]
                ])