testing change

This commit is contained in:
Ruben Abad 2024-02-20 12:12:58 +01:00
parent 7373d08cfb
commit 87c267eccf
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -31,6 +31,7 @@ pipeline
steps
{
sh "echo ${BRANCH_NAME}"
sh "set"
sh "cp ../../Build_Linux.tar.gz ."
stash includes: 'Build_Linux.tar.gz', name: 'build_cache'
}