{"id":27857422,"url":"https://github.com/jockdarock/clus19-cicd-ws","last_synced_at":"2026-01-21T09:03:01.742Z","repository":{"id":99518494,"uuid":"191062939","full_name":"JockDaRock/clus19-cicd-ws","owner":"JockDaRock","description":null,"archived":false,"fork":false,"pushed_at":"2019-06-11T23:31:39.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-04T13:39:45.250Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JockDaRock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-06-09T22:48:05.000Z","updated_at":"2019-06-11T23:31:41.000Z","dependencies_parsed_at":"2023-07-30T15:45:18.737Z","dependency_job_id":null,"html_url":"https://github.com/JockDaRock/clus19-cicd-ws","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JockDaRock/clus19-cicd-ws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JockDaRock%2Fclus19-cicd-ws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JockDaRock%2Fclus19-cicd-ws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JockDaRock%2Fclus19-cicd-ws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JockDaRock%2Fclus19-cicd-ws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JockDaRock","download_url":"https://codeload.github.com/JockDaRock/clus19-cicd-ws/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JockDaRock%2Fclus19-cicd-ws/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28630938,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-04T13:20:11.249Z","updated_at":"2026-01-21T09:03:01.736Z","avatar_url":"https://github.com/JockDaRock.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# clus19-cicd-ws\n\nhttps://github.com/JockDaRock/clus19-cicd-ws\n\n# Guide of commands and code for the workshop\n\n* Login to sites with creds... User: `cicd-userX` (replace X with your number) Password: cisco\n\nDrone `https://17c85ec1.ngrok.io`\nGogs `https://f7c68928.ngrok.io/`\n\n* In Gogs we will import our code. Follow along on the screen.  You will use the below URL to import our codebase.\n\n```bash\nhttps://github.com/CiscoDevNet/cicd-idpw-sample-code\n```\n\n* Next we will activate our repo.  Follow along with the instructor to activate the repo and drone connection.\n\n* Login to Fog Director with creds... User: `admin` Password: `admin_123`\n\n```bash\nhttps://4cb7b1c6.ngrok.io\n```\n\n* Start the docker container we will use to connect to our lab content\n\n* Open a terminal window and run the following command.\n\n```bash\ndocker run -it -p 127.0.0.1:8443:8443 ciscodevnet/vs-cicd-ws-code:latest --allow-http --no-auth\n```\n\n* In your browser, navigate to `http://127.0.0.1:8443`.\n\nFrom here on out we will work in the web based code editor and terminal.\n\n* In the VS Code site open a terminal window\n\n* In the that terminal window, import our codebase with the following command.\n\n```bash\ngit clone https://f7c68928.ngrok.io/cicd-user\u003c#\u003e/idpw-user\u003c#\u003e\n```\n\n* Now follow the instructor above to edit our CICD pipeline code and repository information for the pipeline build.\n\n...\n...\n...\n...\n...\n\n* On the terminal window change directories into our code repo folder\n\n```\ncd idpw-user\u003c#\u003e\n```\n\n* Use git to add our user name and e-mail\n\n```\ngit config --global user.email cicd-user\u003c#\u003e@devnet.org\n\ngit config --global user.name cicd-user\u003c#\u003e\n```\n\n* Run the following commands to push up our code.\n\n```\ngit add --all\n\ngit commit -m \"CICD Let's GO!!!\"\n\ngit push origin master\n```\n\n* Go back to then drone tab in your browser and view the build.\n\nIf you want to give it another try after this workshop... visit the online DevNet Learning Lab for CICD w/ IOx apps.\n\nhttps://developer.cisco.com/learning/tracks/iot/cicd-iox/iox-app-building-cicd/step/1\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjockdarock%2Fclus19-cicd-ws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjockdarock%2Fclus19-cicd-ws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjockdarock%2Fclus19-cicd-ws/lists"}