Skip to content
Snippets Groups Projects

chnage the image name in gitlabci to check the deployment

Closed Isaac Henderson Johnson Jeyakumar requested to merge sirish1911/tspa:master into master
3 unresolved threads

chnage the image name in gitlabci to check the deployment

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
19 19 import eu.xfsc.train.tspa.interfaces.IVCService;
20 20
21 21 @RestController
22 @RequestMapping("/test")
  • 214 214 <version>2.3.0</version>
    215 215 </dependency>
    216 216 </dependencies>
    217 <dependencyManagement>
  • 8 8 MAVEN_CLI_OPTS: "--batch-mode --errors --fail-at-end --show-version -DinstallAtEnd=true -DdeployAtEnd=true"
    9 9
    10 10 # This template uses jdk8 for verifying and deploying images
    11 image: maven:3.9-eclipse-temurin-21
    11 image: tomcat:10.1.15-jdk21-temurin-jammy
  • added 1 commit

    • 7bb27e7a - changed back gitlabci to maven9 image

    Compare with previous version

  • Because we don't want to change anything i guess right?

  • Please register or sign in to reply
    Loading