-
Notifications
You must be signed in to change notification settings - Fork 14
dsf deployment dsf4openshift
In this section you will see how you can create a new environment instance in OpenShift and the things that you must add to the Jenkinsfiles of your repository to deploy a branch in this new environment. To conclude you are going to see how to add config files for environment in the source code of the applications.
Here you can find all that you need to know to configure OpenShift manually.
Here you can find all that you need to know to configure OpenShift automatically.
To integrate it, you need to have installed the plugin OpenShift Client. To install it go to Manage Jenkins clicking on left menu and enter in Manage Plugins. Go to Available tab and search it using the filter textbox in the top right corner and install it.
Now it is time to add/upgrade the next stages in to your Jenkinsfile:
Add create docker image stage.
Add deploy docker image stage.
Add check status stage.
Upgrade Setup Jenkins tools stage.
Note
|
Remember to upgrade your parameters to difference which environment is used per branch. |
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International).
-
cicd configuration
-
Manual configuration
-
Automatic configuration
-
-
Custom Services
-
Azure DevOps