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

Commit

Permalink
[CI] fix build module func
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasser BOUKHERS committed Apr 23, 2020
1 parent 30e0e89 commit 7dbb92e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline {
stage("Build StandAlone") {
steps {
dir("StandAlone") {
build("")
buildModule("")
}
}
}
Expand All @@ -43,7 +43,7 @@ pipeline {
}
steps {
dir("StandAlone") {
build("debug")
buildModule("debug")
}
}
}
Expand All @@ -67,7 +67,7 @@ pipeline {
stage("Build Plugin") {
steps {
dir("Plugin") {
build("")
buildModule("")
}
}
}
Expand All @@ -78,7 +78,7 @@ pipeline {
}
steps {
dir("Plugin") {
build("debug")
buildModule("debug")
}
}
}
Expand Down

0 comments on commit 7dbb92e

Please sign in to comment.