Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
paveel-h committed Feb 24, 2021
1 parent dfa681e commit ab745f8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The main goal of this example is to show how to setup Jenkins server and create
### Prerequisites

- Installed Industrial Edge Management
- VM (will be used for Jenkins) with docker and docker-compose installed
- Linux VM (will be used for Jenkins) with docker and docker-compose installed
- VM has connection to IEM


Expand Down
6 changes: 4 additions & 2 deletions docs/pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,11 @@ In case you want to use shell script for your pipelines, you have to install Pub

2) Download IE Publisher CLI executable file from [Industrial Edge Hub](https://iehub.eu1.edge.siemens.cloud/downloads) and copy the file to the Jenkins machine.

3) Make sure the file is executable. sudo install ./ie-app-publisher-linux /usr/bin/
3) Make sure the file is executable.

<img src="graphics/publisher_executable.PNG" />
```bash
sudo install ./ie-app-publisher-linux /usr/bin/
```


4) Open up terminal in the folder where the installation file is located and run this command
Expand Down

0 comments on commit ab745f8

Please sign in to comment.