STASIS
A pipeline delivery generator
Loading...
Searching...
No Matches
JFRT_Upload Struct Reference

JFrog Artifactory Upload struct. More...

#include <artifactory.h>

Data Fields

bool quiet
 Enable quiet mode.
 
char * project
 Destination project name.
 
bool ant
 Enable Ant style regex.
 
bool archive
 Generate a ZIP archive of the uploaded file(s)
 
char * build_name
 Build name.
 
char * build_number
 Build number.
 
bool deb
 Is Debian package?
 
bool detailed_summary
 Enable upload summary.
 
bool dry_run
 Enable dry run (no-op)
 
char * exclusions
 Exclude patterns (separated by semicolons)
 
bool explode
 If uploaded file is an archive, extract it at the destination.
 
bool fail_no_op
 Exit 2 when no file are affected.
 
bool flat
 Upload with exact file system structure.
 
bool include_dirs
 Enable to upload empty directories.
 
char * module
 Build-info module name (optional)
 
bool recursive
 Upload files recursively.
 
bool regexp
 Use regular expressions instead of wildcards.
 
int retries
 Number of retries before giving up.
 
int retry_wait_time
 Seconds between retries.
 
char * spec
 Path to JSON upload spec.
 
char * spec_vars
 
bool symlinks
 Preserve symbolic links.
 
bool sync_deletes
 Destination is replaced by uploaded files.
 
char * target_props
 Properties (separated by semicolons)
 
int threads
 Thread count.
 
bool workaround_parent_only
 Change directory to local parent directory before uploading files.
 

Detailed Description

JFrog Artifactory Upload struct.


The documentation for this struct was generated from the following file: