Skip to content

Commit c51efc3

Browse files
authored
Update Jenkinsfile
1 parent 0729f3f commit c51efc3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ node {
33

44
// Make the output directory.
55
sh "mkdir -p output"
6+
7+
sh "ls -r"
68

79
// Write an useful file, which is needed to be archived.
810
writeFile file: "output/usefulfile.txt", text: "This file is useful, need to archive it."

0 commit comments

Comments
 (0)