Skip to content

Commit

Permalink
EPC. Remove old approach and switch to Docker Hub. (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
epam-avramenko authored Jul 30, 2024
1 parent 30ce98e commit e05af96
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
@Library('pipelines-shared-library') _

import org.folio.eureka.EurekaImage
import org.jenkinsci.plugins.workflow.libs.Library

String moduleName = 'mod-consortia-keycloak'

node('jenkins-agent-java17-bigmem') {
stage('Build Docker Image') {
dir(moduleName) {
EurekaImage image = new EurekaImage(this)
image.setModuleName(moduleName)
image.makeImage()
}
}
}
@Library('folio_jenkins_shared_libs@EPC') _

buildMvn {
publishModDescriptor = true
Expand Down

0 comments on commit e05af96

Please sign in to comment.