Skip to content

Commit 3bef491

Browse files
author
Matthias Koefferlein
committed
Fixed doc publishing Jenkinsfile
1 parent 3ac7912 commit 3bef491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile-publish-doc

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ node("linux") {
1010
}
1111

1212
stage("Producing doc") {
13-
sh "./scripts/extract_user_doc.sh -i " + BRANCH_NAME
13+
linux_sh "./scripts/extract_user_doc.sh -i " + BRANCH_NAME
1414
}
1515

1616
stage("Publish doc") {

0 commit comments

Comments
 (0)