We have jFrog service in use, and I'm struggling to chose what type of repository/package I should choose. Please suggest some for my needs. In my release pipeline I'm generating 3 binaries for each OS (Win, Mac, Linux), each has also folder with .json config files, they will be archived(.zip/etc) along with binaries and sent to the artifactory. So what is the best place to store these archives ? (Generic mby ?) Basically we need to store these archives from releases and have a link, so people could download these archives from repo. Maybe we should not even use artifactory ? Maybe something like CDN or what else ?
Related Questions in JENKINS-PIPELINE
- Shellscript touch command not working in jenkins pipeline
- How to add more input text box in dynamicreferenceparameter in jenkins
- Created Jenkins pipeline and added the script in the Pipeline Description.To check out the Project from the svn repository.NotWorking. Any Suggestion
- trouble to trigger Jenkins job
- Jenkins pipeline map is getting converted to an array but it's too large I think?
- How do I list which Jenkins credentials used per pipeline in the script console?
- How can i ignore a particular stage from the compilation tools (maven, java) which are configured globally
- How to use if statement between parameters in Jenkinsfile
- XrayImportBuilder adding new test cases to Test Execution instead of updating the existing test cases
- How do I mark my Jenkins build status based on cucumber scenarios pass percentage?
- How do i turn a build&test_job into a scripted pipeline as a jenkinsfile
- Jenkins-Pipeline, warnings-ng-plugin reports no workspace found
- Git diff command doesn't work with jenkins
- Jenkins job incorrectly connecting to localhost
- Jenkins pipeline build microservice
Related Questions in STORAGE
- Worth it to access data by blocks on modern OS/hardware?
- Remove files with LastWriteTime
- spring security + form login + redis session storage -> keep coming out anonymous User
- How to redirect to another page eg main.py after user fill in and click register button and store it on .ini local database on python using kivy
- JSON document based storage Flutter(android and iOS)
- Invoke-WebRequest : Cannot validate argument on parameter 'Uri' Brocade switch FOS REST API
- How to set storage path for main domain from sub domain - Laravel
- Could converting a JPG to PNG or PPM be a good idea?
- How to restart automatically the application after clearing its storage?
- How to change an item in a list forever?
- Internal Storage Video Downloder
- Flask Download File with Get Request
- How to initialize a data storage system
- Slow D3DX11CreateShaderResourceViewFromFile relatively CrystalDiskMark speed
- How to store and build paths that depend on user input
Related Questions in ARCHIVE
- nodejs stream s3 objects to an archive
- thunderbird local archive folder missing
- Xcode's archive validation error "Missing Info.plist value" for a "Hello world" project
- .gz archive have the content-type identified wrong?
- flutter/.pub-cache/hosted/pub.dartlang.org/shared_preferences_ios-2.1.1/ios/Classes/FLTSharedPreferencesPlugin.h: No such file or directory
- Archiving folders that contain subfolders with files that are past a certain date
- Could not install [App] The requested app is not available or doesn't exist. in closed trials
- "Hadoop archive -archiveName directoryname.har -p /source/hdfs/path /destination/hdfs/path" doesn't work via spark-submit but working in spark-shell
- Unable to change run order of pre_get_posts hook in between two plugins
- Widget "Archive Posts" doesn't pull posts on the homepage
- Compiling fortran program with archive library results in undefined reference state
- Extract specific folders from tar.gz archive
- Archive error: "Command PhaseScriptExecution failed with a nonzero exit code" xcode 13.4
- using a .dat archive in python tkinter
- Success run iOS App, but got failed when archive to upload in App Store
Related Questions in JFROG-MISSION-CONTROL
- Challenging while upgrading jfrog artifactory from 6.9 to 7.71 and mounting the local existing stored artifactories into gcs bucket
- How to take jfrog artifact registry backup to s3
- are rest API supported in JFrog open source free version?
- Jfrog API to add users to group incrementally without replacing
- JFROG unable to access showing 8046 connection refused
- Jfrog insight service is not running
- Configure JFrog artifact repository for Maven project
- The following artifacts could not be resolved: external.gearman.service:gearman:jar:0.6.6
- Maven go to https://repo.maven.apache.org/maven2/ in compile phase, even different repo is define as "central"
- Why xray-indexer goes down every time whenever start xray?
- How to upgrade Jfrog Artifactory pro to enterprise or enterprise+?
- PyPI Repository Layout Mapping on Artifactory
- How to deploy builds to different Artifactory in Jenkinsfile?
- How can I remove `artifactory_name` from JFrog's Artifactory on-premises url
- How can I remove `artifactory_name` from JFrog's Artifactory cloud url
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Decided to use Generic type. Alternative was S3 Buckets.