Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Jenkins Build: Automatic deployment of app under test to github pages #8

Open
bruderol opened this issue Oct 10, 2017 · 1 comment
Open

Comments

@bruderol
Copy link
Member

Introduce a simple step in the build pipeline to publish current verison of the application under test on github page of the repo

Acceptance criterias

  • Cureent version of appication under test on master branch is automatically published to our github page under http://scenarioo.org/pizza-delivery
  • The links on the README page are adjusted accordingly

** Implementation details**

  • move application under test from prod to src/main/resources/app or something similar (more realistic compared to a real project, also by default picked up as resource directory by gradle?)
  • In Jenkins pipeline: Everytime this directory has changes deploy its content to gh-pages branch (into root dir) - by commit and pushing on github (using technical scenarioo-ci user)
  • Adjust README to directly link to root of github pages for seing the app under test
@bruderol
Copy link
Member Author

maybe checkout this tool for publishing it: https://www.npmjs.com/package/gh-pages

when done, we should as well check to deploy our docs inside our webpage automatoically - but this is another story!

@bruderol bruderol changed the title Automatic deployment of app under test to github pages Jenkins Build: Automatic deployment of app under test to github pages Oct 10, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant