Skip to content

Commit 3bbb23f

Browse files
Adding a note to get cifs utils installed
1 parent 2755124 commit 3bbb23f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/service-fabric/service-fabric-cicd-your-linux-java-application-with-jenkins.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ cd service-fabric-java-getting-started/Services/JenkinsDocker/
4747
sudo mount -t cifs //sfjenkinsstorage1.file.core.windows.net/sfjenkins [mount point] -o vers=3.0,username=sfjenkinsstorage1,password=<storage_key>,dir_mode=0777,file_mode=0777
4848
```
4949

50+
> [!NOTE]
51+
> To mount cifs shares, you need to have the cifs-utils package installed in the cluster nodes.
52+
>
53+
5054
4. Update the placeholder values in the ```setupentrypoint.sh``` script with corresponding azure-storage details.
5155
```sh
5256
vi JenkinsSF/JenkinsOnSF/Code/setupentrypoint.sh

0 commit comments

Comments
 (0)