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 the websphere-liberty-operator/ebcDockerBuilderWLO.jenkinsfile we clone and stash git repos onto the jenkins machines and then copy them across to the build VMs.
It would be more efficient to move the clone down to the VMs and then not have to stash them thus speeding up builds
Would require moving the function in gitCloneAndStash(); to the doWork() function and removing all stash and unstashing function
The text was updated successfully, but these errors were encountered:
In the websphere-liberty-operator/ebcDockerBuilderWLO.jenkinsfile we clone and stash git repos onto the jenkins machines and then copy them across to the build VMs.
It would be more efficient to move the clone down to the VMs and then not have to stash them thus speeding up builds
Would require moving the function in
gitCloneAndStash();
to thedoWork()
function and removing all stash and unstashing functionThe text was updated successfully, but these errors were encountered: