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

Commit 3fabee9

Browse files
author
Yasser BOUKHERS
committed
[CI] fix module build func
1 parent 8bf71b9 commit 3fabee9

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

@@ -36,7 +36,7 @@ pipeline {
3636
expression { params.RELEASE == true }
3737
}
3838
steps {
39-
build("debug")
39+
buildModule("debug")
4040
}
4141
}
4242

0 commit comments

Comments
 (0)