Step 8 - Riverside-Software/pugchallenge2019 GitHub Wiki

Promote local changes

Workshop hotfix

Go to Control Panel > User Accounts > Credential Manager > Windows Credentials. You will see 'gquerret' credentials in the list (e.g. git:https://). Delete this password.

End of hotfix

  • Back in the first Cmder tab, execute git status to see the pending changes:

img/Step06Img01.png

  • Two files have to be committed, you can do that with git add build.xml Jenkinsfile && git commit -m "Build"

  • Then push the changes to the central repository with git push

  • You should then be able to see your commit in your own fork:

img/Step06Img02.png

  • As Web Hooks were configured in GitHub, a signal is automatically sent to Jenkins when a new branch is available. This automatically triggers a build on Jenkins:

img/Step06Img03.png

  • After a minute, the build should be completed, and the build artifact (i.e. the outcome of the build) is available for download:

img/Step06Img04.png

  • Download the artifact, unzip it, and execute startDataDigger.bat ; the main window will appear after the initialization period:

img/Step06Img05.png

The build artifact is only rcode and required files (images, configuration files, and so on). No source code is included in this package.

🚀🚀🚀 Jump to Step 9 !!! 🚀🚀🚀