Created
March 22, 2018 08:08
-
-
Save jstrachan/6175d035e26b278013dbf0aa39f2a6a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ kubectl get release -n jx-staging -oyaml spring-boot-web-gradle-0.0.3 | |
apiVersion: jenkins.io/v1 | |
kind: Release | |
metadata: | |
clusterName: "" | |
creationTimestamp: 2018-03-21T16:31:40Z | |
deletionGracePeriodSeconds: null | |
deletionTimestamp: null | |
initializers: null | |
name: spring-boot-web-gradle-0.0.3 | |
namespace: jx-staging | |
resourceVersion: "5371" | |
selfLink: /apis/jenkins.io/v1/namespaces/jx-staging/releases/spring-boot-web-gradle-0.0.3 | |
uid: 552774be-2d25-11e8-b3c1-42010a840032 | |
spec: | |
commits: | |
- author: | |
creationTimestamp: 2018-03-21T16:26:31Z | |
email: [email protected] | |
name: jenkins-x-bot | |
branch: master | |
committer: | |
creationTimestamp: 2018-03-21T16:26:31Z | |
email: [email protected] | |
name: jenkins-x-bot | |
message: | | |
release 0.0.3 | |
sha: 231afae3603f0e6468f6aa3019c7d3ad732e673f | |
- author: | |
creationTimestamp: 2018-03-21T16:25:24Z | |
email: [email protected] | |
name: James Strachan | |
branch: master | |
committer: | |
creationTimestamp: 2018-03-21T16:25:24Z | |
email: [email protected] | |
name: James Strachan | |
message: | | |
added dockerfile | |
sha: 51adbc3478969430f833bc29032d9b6c8e144e78 | |
gitCloneUrl: https://github.com/jstrachan/spring-boot-web-gradle.git | |
gitHttpUrl: https://github.com/jstrachan/spring-boot-web-gradle | |
name: spring-boot-web-gradle | |
releaseNotesURL: https://github.com/jstrachan/spring-boot-web-gradle/releases/tag/0.0.3 | |
version: 0.0.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment