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
In latest version of REEF, a new configuration in client ON_JOB_SUBMITTED is updated. So when we try to customize DriverLauncher code in REEF. Jenkins fails to build.
The text was updated successfully, but these errors were encountered:
The main reason for this failure is our code depends on the REEF's latest SNAPSHOT. Whenever we need new features in REEF, we have to manually build REEF and include it to Jenkin's local repository.
It'd be great if we find an elegant way for Jenkins to use the latest version of REEF automatically.
IMHO, we'd better find a way to rebuild REEF automatically somehow.
I think we can add another project to Jenkins, which tests & builds Cay periodically (e.g., daily), and there we can set the pre-built step to building the latest version of REEF (after git pull) in the project.
This way we can 1) prevent the regular build taking long to build REEF, and 2) display the build status.
In latest version of REEF, a new configuration in client
ON_JOB_SUBMITTED
is updated. So when we try to customizeDriverLauncher
code in REEF. Jenkins fails to build.The text was updated successfully, but these errors were encountered: