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

Allow local java project creation of quickstarter be-java-springboot #761

Open
stitakis opened this issue Mar 11, 2022 · 3 comments · May be fixed by #762
Open

Allow local java project creation of quickstarter be-java-springboot #761

stitakis opened this issue Mar 11, 2022 · 3 comments · May be fixed by #762
Assignees
Labels
enhancement New feature or request

Comments

@stitakis
Copy link
Member

Enable local development and test of the project creation part of the java spring quickstarter by providing a Makefile.
The instructions that creates a project and customizes it are currently embedded in the quickstarter Jenkinsfile.
This feature request proposes to move the logic to a Makefile.
The Jenkinsfile would need to be changed to call the Makefile instead.
By having a Makefile test of creation of spring project could be easily done in local development environment

@stitakis stitakis added the enhancement New feature or request label Mar 11, 2022
@stitakis stitakis self-assigned this Mar 11, 2022
@stitakis stitakis added this to To Do in OpenDevStack 4.1.0 via automation Mar 11, 2022
@metmajer
Copy link
Member

@stitakis do you mean component creation?

@stitakis stitakis linked a pull request Mar 11, 2022 that will close this issue
@stitakis stitakis changed the title Allow local project creation of quickstarter be-java-springboot Allow local java project creation of quickstarter be-java-springboot Mar 11, 2022
@stitakis
Copy link
Member Author

yes :-)

@metmajer
Copy link
Member

@stitakis I recently discussed with @nichtraunzer how we could properly test the execution of a component pipeline as part of a Quickstarter test. We have been thinking of using the Jenkins Runner for now: https://www.jenkins.io/blog/2019/02/28/serverless-jenkins/. Have a better idea?

@metmajer metmajer removed this from To Do in OpenDevStack 4.1.0 Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants