Skip to content

Commit

Permalink
fix: updated JF to remove search (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot authored Jun 23, 2021
1 parent 6357d36 commit 36f4e34
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pipelines/build/learning/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@ node() {
sh 'mvn clean install -DskipTests -P ${profile_id} -T10'
}

stage('Post-Build') {
sh """
cd searchIndex-platform/module/search-api/search-manager
mvn play2:dist
"""
}

stage('Post_Build-Action') {
jacoco exclusionPattern: '**/common/**,**/dto/**,**/enums/**,**/pipeline/**,**/servlet/**,**/interceptor/**,**/batch/**,**/models/**,**/model/**,**/EnrichActor*.class,**/language/controller/**,**/wordchain/**,**/importer/**,**/Base**,**/ControllerUtil**,**/Indowordnet**,**/Import**'

Expand All @@ -50,7 +43,6 @@ node() {
sh """
mkdir lp_artifacts
cp platform-modules/service/target/learning-service.war lp_artifacts
cp searchIndex-platform/module/search-api/search-manager/target/search-manager*.zip lp_artifacts
cp platform-tools/spikes/sync-tool/target/sync-tool*.jar lp_artifacts
cp platform-tools/spikes/content-tool/target/content-tool-*.jar lp_artifacts
zip -j lp_artifacts.zip:${artifact_version} lp_artifacts/*
Expand All @@ -60,7 +52,6 @@ node() {
sh """
mkdir lp_artifacts
cp platform-modules/service/target/learning-service.war lp_artifacts
cp searchIndex-platform/module/search-api/search-manager/target/search-manager*.zip lp_artifacts
zip -j lp_artifacts.zip:${artifact_version} lp_artifacts/*
"""
}
Expand Down

0 comments on commit 36f4e34

Please sign in to comment.