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

Getting the whole workspace instead of only the diff #334

Closed
christopher-avila opened this issue Jan 10, 2020 · 1 comment
Closed

Getting the whole workspace instead of only the diff #334

christopher-avila opened this issue Jan 10, 2020 · 1 comment

Comments

@christopher-avila
Copy link

Trying this plugin, everything works perfectly during the integration between phabricator and Jenkins. But when an arc diff is executed, the Jenkins only receives the files modified on that diff, instead the whole project.

In our case, we need the project since we're using a monorepo with several microservices, so we need to test some features and know if the diff affect to any other microservice.

Using this plugin, I don't see how to get the whole workspace. Any thoughts?

@christopher-avila
Copy link
Author

Solved. I asked the same question at stackoverflow, so I let here the question and the solution:

https://stackoverflow.com/questions/59680933/phabricator-jenkins-any-ideas-of-how-to-get-the-whole-workspace-when-executin/59684185#59684185

Briefly: using git plugin with username/password and the tag of the diff on the staging area. So, staging area is mandatory for this purpose.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant