瀏覽代碼

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";
     }
 }