Skip to content

Commit 0eefa54

Browse files
authored
Merge pull request #92468 from normesta/normesta-azcopy
Adding jenkins note
2 parents 3647166 + 5221ddc commit 0eefa54

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/storage/common/storage-use-azcopy-v10.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,14 @@ The URL appears in the output of this command. Your script can then download AzC
290290

291291
In batch files that have the `.cmd` extension, you'll have to escape the `%` characters that appear in SAS tokens. You can do that by adding an addition `%` character next to existing `%` characters in the SAS token string.
292292

293+
### Run scripts by using Jenkins
294+
295+
If you plan to use [Jenkins](https://jenkins.io/) to run scripts, make sure to place the following command at the beginning of the script.
296+
297+
```
298+
/usr/bin/keyctl new_session
299+
```
300+
293301
## Use AzCopy in Storage Explorer
294302

295303
If you want to leverage the performance advantages of AzCopy, but you prefer to use Storage Explorer rather than the command line to interact with your files, then enable AzCopy in Storage Explorer.

0 commit comments

Comments
 (0)