We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac7912 commit 3bef491Copy full SHA for 3bef491
Jenkinsfile-publish-doc
@@ -10,7 +10,7 @@ node("linux") {
10
}
11
12
stage("Producing doc") {
13
- sh "./scripts/extract_user_doc.sh -i " + BRANCH_NAME
+ linux_sh "./scripts/extract_user_doc.sh -i " + BRANCH_NAME
14
15
16
stage("Publish doc") {
0 commit comments