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

Jenkins Config #9

Open
AntaeusNar opened this issue Oct 26, 2021 · 3 comments
Open

Jenkins Config #9

AntaeusNar opened this issue Oct 26, 2021 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@AntaeusNar
Copy link

Can you point me in right direction for utilizing this in a Jenkins CI/CD using a Jenkinsfile and the docker?

@set-soft set-soft self-assigned this Oct 27, 2021
@set-soft set-soft added the question Further information is requested label Oct 27, 2021
@set-soft
Copy link
Member

Hi @AntaeusNar !
I never used Jenkins CI/CD. The name of the docker image is setsoft/kicad_auto:latest

@AntaeusNar
Copy link
Author

AntaeusNar commented Oct 27, 2021

Hey @set-soft !

by adding

agent {
docker {label 'docker' image 'setsoft/kicad_auto:latest'}
} 

into my Jenkinsfile I was able to pull and access the docker! Now I just need to spend more time using it and converting your instruction for the GitHub actions into Jenkins CI/CD syntax.

Would you mind leaving this issue open as a place for me to update, and then that way the final method can be added to your readme?

@set-soft
Copy link
Member

Hi @AntaeusNar! I'll leave it open.

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

No branches or pull requests

2 participants