提交 e13b16ed authored 作者: husishuai's avatar husishuai

test

上级 20ae5b1b
流水线 #251 已取消 于阶段
stages: stages:
- build
- test - test
- deploy
job_build:
stage: build
script:
- echo "Building the project..."
- mvn clean install
only:
- master
job_test: job_test:
stage: test stage: test
script: script:
- echo "Running tests..." - echo "Running tests..."
- mvn test
only: only:
- master - master
- tags - tags
job_deploy:
stage: deploy
script:
- echo "Deploying the application..."
- mvn deploy
only:
- master
when: manual
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论