You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
develop.* or feature.* - env.PROJECT_NAMESPACE = "${NAMESPACE_PREFIX}-dev"
182
-
env.NODE_ENV = "dev"
183
-
env.QUARKUS_PROFILE = "openshift-dev"
184
-
```
185
-
186
-
#### Ansible
187
-
188
-
Jenkins will spin up an Ansible agent that will run a playbook called OpenShift Applier (https://github.com/redhat-cop/openshift-applier). The openshift-applier is used to apply OpenShift objects to an OpenShift Cluster.
189
-
190
-
This stage is going to download the playbook dependencies using Ansible Galaxy and apply the playbook using **build** as a *filter_tag*. This is going to create the necessary resources for our application build in an OpenShift cluster.
191
-
192
-
#### Test/Maven Build/Nexus/OpenShift Build
193
-
194
-
Jenkins will spin up a Maven agent to test, Maven build, upload to Nexus and start the OpenShift build.
0 commit comments