-
Notifications
You must be signed in to change notification settings - Fork 247
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
git , jenkins and unit test using ceedling #866
Comments
No problem! Ceedling can definitely be called by Jenkins as a command line tool and it has a variety of output reports to output in a format that Jenkins likes. What part of the process are you looking for help on? |
the project i work at is a private repo , when i try to pull the code from the git , using jenkins , it can't because of the credentials, i tried all the method in in the internet , and it didn't work , and someone told me that jenkins won't see git and i should use bonobo local git instead |
Ah. I'm not really a jenkins expert. I believe that it CAN pull from git, but I'm sure there'd be an extra configuration step to tell it what your credentials are. Possibly the fix is to set up an SSH key specifically for your jenkins server? In any case, this question falls outside of Ceedling. Once you've got git pulling your entire project. you should be able to run it on Ceedling. The setup instructions for getting Ceedling, Ruby, and other dependencies running on your Jenkins server should be the same as the normal installation instructions. |
i want to automate the unit test case that use ceedling by jenkuns
The text was updated successfully, but these errors were encountered: