You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After discussion with @jdekonin and @AdamBrousseau , we have decided to generate the test jobs with the default artifactory info. And upstream jobs do not need to pass artifactory details to the test pipeline (PR #5179).
Test job template will be updated to have ARTIFACTORY_REPO and JENKINS_DOMAIN
OpenJ9 Jenkins test jobs will be regenerated to set artifactory info:
- add ARTIFACTORY_REPO and ARTIFACTORY_ROOT_DIR
- rename JENKINS_DOMAIN to ARTIFACTORY_ROOT_DIR in Jenkins base to avoid
confusion. This value defaults to jenkins domain, but it can be set to
other value.
Issue: eclipse-openj9/openj9#5198
Signed-off-by: lanxia <lan_xia@ca.ibm.com>
- add ARTIFACTORY_REPO and ARTIFACTORY_ROOT_DIR
- rename JENKINS_DOMAIN to ARTIFACTORY_ROOT_DIR in Jenkins base to avoid
confusion. This value defaults to jenkins domain, but it can be set to
other value.
Issue: eclipse-openj9/openj9#5198
Signed-off-by: lanxia <lan_xia@ca.ibm.com>
After discussion with @jdekonin and @AdamBrousseau , we have decided to generate the test jobs with the default artifactory info. And upstream jobs do not need to pass artifactory details to the test pipeline (PR #5179).
Test job template will be updated to have
ARTIFACTORY_REPO
andJENKINS_DOMAIN
OpenJ9 Jenkins test jobs will be regenerated to set artifactory info:
ARTIFACTORY_SERVER=ci-eclipse-openj9
ARTIFACTORY_REPO=ci-eclipse-openj9
JENKINS_DOMAIN=TestEdit: will rename JENKINS_DOMAIN to ARTIFACTORY_ROOT_DIR to avoid confusion.
ARTIFACTORY_ROOT_DIR=Test
The text was updated successfully, but these errors were encountered: