Skip to content

Commit

Permalink
added more CI/CD changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TareqK committed Apr 2, 2022
1 parent 7a77274 commit 2aec270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ node('master'){
imageTag = "latest"
}
withDockerRegistry(credentialsId: 'dc94d276-bbcb-490a-8586-8322dbf729dd') {
withMaven(jdk: 'JDK-11', maven: 'default-maven') {
sh "make clean && make publish DOCKER_TAG=${imageTag}"
}
}
if(imageTag == "latest"){
build wait: false, job: 'deploy-reveal-control-demo'
Expand Down

0 comments on commit 2aec270

Please sign in to comment.