8 lines
290 B
Plaintext
8 lines
290 B
Plaintext
|
sh 'for f in *.log; do cp -- "$f" "reports/{{name}}-$f"; done'
|
||
|
sh 'ls reports'
|
||
|
stash name: 'reports', includes: 'reports/*'
|
||
|
archiveArtifacts artifacts: 'reports/*.log'
|
||
|
}
|
||
|
}
|
||
|
}
|