- Fork this project to your Github Repo
- Create a Token with the following permission.. Keep this token handy.. repo (all) admin:repo_hook (read, write) admin:public_key (read, write)
- Join us on 22-Aug for session
JFrog Pipelines has a concept of Integrations. Integrations allows us to integrate with 2p / 3p tools like AWS, k8s, Github
- Login to JFrog Platform
- Admin > Pipeline > Integration > Add Integration
Name of Integration:
<yourinitials>_github
PDE is an IDE for JFrog Pipelines. Its being built with the focus to enable building pipelines easily. Given that its Alpha, each participant will have to enable it.
- Login to JFrog Platform
- F12 (Developer Tools) > Console >
localStorage.setItem('PDE', true)
- Close the Developer Tools
This steps is primairly to specify which repo has the YAML for the Pipelines which is being built.
- Login to JFrog Platform
- Admin > Pipeline > Integration > Add Integration
--> Step-1 Update values.yaml var: project: <<project which you working on.. no hyphen ("-") use underscore instead "_" in project name>> gitProvider: <> path: <>/pipelines-devnext jfrogPlatformInstance: <<devnextsaas1.jfrog.io or devnextsaas2.jfrog.io>>
--> Step-2
Update mvn step command to clean install
--> Step-3 Validate
--> Step-4 Save
--> Step-5 Navigate to pipeline a_java_devnext_workshop_1 pipeline
--> Step-1 add echo statements