소스 검색

version:v6.0.3

alair 4 달 전
부모
커밋
3fc9e385ee
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pipeline.yaml
  2. 1 1
      src/main/java/com/autumn/mytest/controller/TestController.java

+ 1 - 1
pipeline.yaml

@@ -17,7 +17,7 @@ spec:
     spec:
       containers:
         - name: pipleline
-          image: 192.168.0.3:9080/repo/pipeline:v6.0.2
+          image: 192.168.0.3:9080/repo/pipeline:v6.0.3
           imagePullPolicy: Always
           ports:
             - containerPort: 8080

+ 1 - 1
src/main/java/com/autumn/mytest/controller/TestController.java

@@ -8,6 +8,6 @@ public class TestController {
 
     @GetMapping("/test")
     public String test() {
-        return "Hello Jenkins! - v6.0.2";
+        return "Hello Jenkins! - v6.0.3";
     }
 }