You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Archive will show only after the job is finished. I.e. if the job waits for input the archive does not show.
There is a trick to get around this by copying the files to be archived in a new folder in the workspace.
dir ('BDDreports') {
sh 'ls -l'
writeFile file:'ReadMe.txt', text:'BDD Test Results Folder'
sh 'cp reports/* BDDreports/'
sh 'ls -l'
}