[CI] Trigger publishing of the demo image
Change-Id: I524ffcfc4be949aeab590270bad900b16bb64752
This commit is contained in:
parent
bc34ffff96
commit
bc39aa41f3
@ -7,8 +7,8 @@ import org.springframework.web.bind.annotation.RestController;
|
|||||||
public class DemoController {
|
public class DemoController {
|
||||||
|
|
||||||
@RequestMapping("/")
|
@RequestMapping("/")
|
||||||
public Object root() {
|
public String root() {
|
||||||
return null;
|
return "test";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
- context: java-spring-boot-demo
|
- context: java-spring-boot-demo
|
||||||
registry: quay.io
|
registry: quay.io
|
||||||
repository: quay.io/nebulous/iot-dpp-orchestrator-java-spring-boot-demo
|
repository: quay.io/nebulous/iot-dpp-orchestrator-java-spring-boot-demo
|
||||||
|
namespace: nebulous
|
||||||
|
repo_shortname: iot-dpp-orchestrator-java-spring-boot-demo
|
||||||
|
repo_description: ""
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: nebulous-iot-dpp-orchestrator-upload-container-images
|
name: nebulous-iot-dpp-orchestrator-upload-container-images
|
||||||
|
Loading…
x
Reference in New Issue
Block a user