We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 684895f commit 0ed313aCopy full SHA for 0ed313a
src/main/java/jenkinsx/example/springboot/PipelineWatcher.java
@@ -59,6 +59,7 @@ public void onClose(KubernetesClientException e) {
59
public void start() {
60
//this.watch();
61
this.pipelineClient.start();
62
+ System.out.println("here");
63
System.out.println(this.pipelineClient.getPipelines());
64
}
65
0 commit comments