Skip to content
This repository was archived by the owner on Jul 20, 2023. It is now read-only.

Commit 26d967e

Browse files
author
Yasser BOUKHERS
committed
[CI] Fix module build func
1 parent cd79e51 commit 26d967e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JenkinsFile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pipeline {
2727

2828
stage("Build") {
2929
steps {
30-
build("")
30+
buildModule("")
3131
}
3232
}
3333

@@ -42,7 +42,7 @@ pipeline {
4242
expression { params.RELEASE == true }
4343
}
4444
steps {
45-
build("debug")
45+
buildModule("debug")
4646
}
4747
}
4848

0 commit comments

Comments
 (0)