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

jungm pushed a commit to branch ee11
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/ee11 by this push:
     new 4dfd2b7  Fix faces branch checkout: use checkout scm instead of 
missing stash
4dfd2b7 is described below

commit 4dfd2b7b530b6cf88b2325ac7e39ede8420b50a2
Author: Markus Jung <[email protected]>
AuthorDate: Sun Jul 19 22:46:43 2026 +0200

    Fix faces branch checkout: use checkout scm instead of missing stash
    
    Nothing in the pipeline stashes 'source', so the faces branch failed
    immediately with 'No such saved stash' instead of running any tests.
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9ee31b6..720d272 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -242,7 +242,7 @@ from xml.etree import ElementTree
               stage('standalone - faces') {
                 node('ubuntu && ephemeral') {
                   deleteDir()
-                  unstash 'source'
+                  checkout scm
 
                   try {
                     timeout(time: timeoutMinutes, unit: 'MINUTES') {

Reply via email to