1 Star 0 Fork 0

mozun/spring-data-jdbc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CI.adoc 1.56 KB
一键复制 编辑 原始数据 按行查看 历史

Continuous Integration

Spring Data JDBC Spring Data JDBC

Running CI tasks locally

Since this pipeline is purely Docker-based, it’s easy to:

  • Debug what went wrong on your local machine.

  • Test out a tweak to your test.sh script before sending it out.

  • Experiment against a new image before submitting your pull request.

All of these use cases are great reasons to essentially run what the CI server does on your local machine.

Important
To do this you must have Docker installed on your machine.
  1. docker run -it --mount type=bind,source="$(pwd)",target=/spring-data-jdbc-github -v /usr/bin/docker:/usr/bin/docker -v /var/run/docker.sock:/var/run/docker.sock adoptopenjdk/openjdk8:latest /bin/bash

    This will launch the Docker image and mount your source code at spring-data-jdbc-github.

  2. cd spring-data-jdbc-github

    Next, test everything from inside the container:

  3. ./mvnw -Pci,all-dbs clean dependency:list test -Dsort -B (or whatever test configuration you must use)

Since the container is binding to your source, you can make edits from your IDE and continue to run build jobs.

Note
Docker containers can eat up disk space fast! From time to time, run docker system prune to clean out old images.
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/libafei/spring-data-jdbc.git
git@gitee.com:libafei/spring-data-jdbc.git
libafei
spring-data-jdbc
spring-data-jdbc
master

搜索帮助