Skip to content

Commit ca996f2

Browse files
Update Jenkinsfile
Added debug lines, ensure add_links.sh is executable.
1 parent 525fa14 commit ca996f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Jenkinsfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ pipeline {
5151
}
5252
stage("Link docs to latest") {
5353
steps{
54+
sh "ls -lhart"
55+
sh "ls -lhart docs"
56+
sh "chmod +x add_links.sh"
5457
sh "add_links.sh $last_docs_version_dir"
5558
}
5659
}

0 commit comments

Comments
 (0)