Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add BUILD_IDENTIFIER to Artifactory metadata #4102

Conversation

AdamBrousseau
Copy link
Contributor

@AdamBrousseau AdamBrousseau commented Dec 18, 2018

  • Adds metadata to the Artifactory build.
  • Currently only capture the env variable BUILD_IDENTIFIER
  • Adds property build.buildIdentifier the artifacts

Related #3740
[skip ci]

Signed-off-by: Adam Brousseau adam.brousseau88@gmail.com

@AdamBrousseau AdamBrousseau force-pushed the add_build_identifier_to_artifact_meta branch 3 times, most recently from 409f536 to 4456751 Compare February 8, 2019 13:40
- Adds metadata to the Artifactory build.
- Currently only capture the env variable BUILD_IDENTIFIER
- Adds property build.buildIdentifier the artifacts

Related eclipse-openj9#3740
[skip ci]

Signed-off-by: Adam Brousseau <adam.brousseau88@gmail.com>
@AdamBrousseau AdamBrousseau force-pushed the add_build_identifier_to_artifact_meta branch from 4456751 to d7aa793 Compare February 8, 2019 14:42
@AdamBrousseau AdamBrousseau changed the title WIP: Add BUILD_IDENTIFIER to Artifactory metadata Add BUILD_IDENTIFIER to Artifactory metadata Feb 8, 2019
@AdamBrousseau
Copy link
Contributor Author

@jdekonin for review

@AdamBrousseau
Copy link
Contributor Author

@smlambert for merge

@smlambert smlambert merged commit 9b95547 into eclipse-openj9:master Feb 8, 2019
caohaley pushed a commit to caohaley/openj9 that referenced this pull request Aug 27, 2020
Replace socket code for JitServer communication with omrsock API code

- Replaced networking include files with omrsock omrportsocktypes.h include file
- Replace all socket function calls with omrsock API calls
- Replace sockaddr_in with OMRAddrInfo and use getaddrinfo
- Replace all connfd with pointer to OMRSocket structure called socket.
- Replace all access to connfd needed for SSL with omrsock_socket_getfd.
- Replace all constants with omrsock constants.

Issue: eclipse-openj9#4102

Signed-off-by: Haley Cao <haleycao88@hotmail.com>
caohaley pushed a commit to caohaley/openj9 that referenced this pull request Aug 28, 2020
Replace socket code for JitServer communication with omrsock API code

- Replaced networking include files with omrsock omrportsocktypes.h include file
- Replace all socket function calls with omrsock API calls
- Replace sockaddr_in with OMRAddrInfo and use getaddrinfo
- Replace all connfd with pointer to OMRSocket structure called socket.
- Replace all access to connfd needed for SSL with omrsock_socket_getfd.
- Replace all constants with omrsock constants.

Issue: eclipse-openj9#4102

Signed-off-by: Haley Cao <haleycao88@hotmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants