Browse Source

[skip travis] fix typo in the doc

master
Nicolas Massé 7 years ago
committed by GitHub
parent
commit
4f87777b32
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      support/jenkins/README.md

2
support/jenkins/README.md

@ -16,7 +16,7 @@ To use this role from Jenkins, you will need to:
You can create the Jenkins Slave image for Ansible by executing the following command **in the same project as your Jenkins master**: You can create the Jenkins Slave image for Ansible by executing the following command **in the same project as your Jenkins master**:
```sh ```sh
oc import-image jenkins-ansible-slave:master --from=docker.io/nmasse-itix/threescale-cicd:master --confirm oc import-image jenkins-ansible-slave:master --from=docker.io/nmasse/threescale-cicd:master --confirm
oc annotate is jenkins-ansible-slave role=jenkins-slave --overwrite oc annotate is jenkins-ansible-slave role=jenkins-slave --overwrite
``` ```

Loading…
Cancel
Save