artifacts Questions
5
Solved
I have a NSTextView with a sizeable quantity of text. Whenever I scroll however, the view isn't updated properly. There are some artifacts that remain at the top or the bottom of the view. It appea...
Gasman asked 11/5, 2009 at 19:27
4
I am looking for an easy and clean way to publish artefacts build with GitLab CI onto Artifactory.
I was able to spot https://gitlab.com/gitlab-org/omnibus/blob/af8af9552966348a15dc1bf488efb29a8ca...
Pax asked 7/9, 2015 at 16:10
6
Solved
I have cloud servers located in separate data centers across the world. Each data center is separate from the others.
I'm looking for an easy way to deploy artifacts to individual clusters of serv...
Ding asked 24/10, 2012 at 17:54
3
Solved
I'm having issues with parsing a build directory between stages using Gitlab-CI.
Gitlab-CI wipes the created build artifacts between stages which seems weird. I'm trying to store the build artifa...
Subroutine asked 15/9, 2017 at 14:29
11
Solved
I’m using Maven 3.3.3 with Java 8 on Mac Yosemite. I have a multi-module project.
<modules>
<module>first-module</module>
<module>my-module</module>
…
</modul...
Campanulaceous asked 5/11, 2015 at 15:22
3
I wanted to know if we can have mass upload of artifacts to the repository in Nexus.
2
Solved
In the documentation of the Azure pipelines, I read that:
Each agent can run only one job at a time. To run multiple jobs in
parallel you must configure multiple agents.
When you run a pipel...
Maurizio asked 4/3, 2020 at 7:4
2
I want to delete artifacts in artifactory.I googled and found this link
https://www.jfrog.com/confluence/display/RTF/Artifactory+REST+API
Here the Delete build,using REST API,is what we are going...
Kavanaugh asked 1/3, 2016 at 12:25
3
Solved
We have a number of projects within my organisation. One such project has created a project-scoped Azure Artifact feed that they wish to share with our other projects.
However, when the other proje...
Bazooka asked 13/11, 2020 at 13:30
2
I wanted to start creating a feed in Azure Devops with my subscription.
But when I click on the "Artifacts" menu, I get this error.
Does this happen to everybody ?
3
Solved
I would like to check from command line if a certain coordinate (groupId.artifactId.version) can be found in a repository.
If it is possible, can it be done with partial coordinates (e.g artifact...
1
We need additional binaries such as tesseract or pretrained models on our ML computes. As those are not preprovisioned in the Azure ML compute instances and we need to restrict external access, we ...
Salvador asked 2/6, 2021 at 7:6
4
My jenkins job creates a temporary subfolder, say "mydir", within the workspace that I then want to archive using the postbuild step "Archive artifacts".
I'm using the following command:
mydir/**...
3
I'm using AWS CodeBuild to build an application, it is configured to push the build artifacts to an AWS S3 bucket.
On inspecting the artifcats/objects in the S3 bucket I realised that the objects ...
Unimproved asked 15/6, 2018 at 8:2
1
I have been trying to deploy an web app to local IIS by using Azure DevOps Repos and Pipelines.
I would like to build bundles using webpack on Azure DevOps service rather than uploading already bu...
2
What is the use of artifacts:untracked in the artifacts?
I see that untracked files e.g. binaries are part of the artifacts without setting untracked: true.
So what is the use of it?
Blowfly asked 19/11, 2018 at 21:26
8
Solved
After installing Nexus Repository Manager OSS 3 I do not see option Artifact Upload to upload artifacts through web page.
In Nexus Repository Manager OSS 2.13 there is option to do that operation....
Bevbevan asked 31/5, 2016 at 10:25
10
Solved
I would like to use Travis CI for my open-source project. The issue that Travis doesn't provide any ways to publish produced artifacts (though, they have this in their future plans).
What are work...
3
Solved
I'm trying to set up a step to archive artifacts and I want to archive everything however specifying * does not work. Jenkins comes up with
‘*’ doesn’t match anything
if I run the job regardless ...
5
Solved
In my maven repository under groupId javax.servlet i have these two separate artifacts for servlets. I am confused which one should i use to build a simple servlet application? What's the differenc...
2
Solved
I wonder if there is a way to delete many items from nexus repository. I have some RAW type repositories with some web application releases(simple tar.bz2
binary files):
In some repositories are a...
Homiletics asked 14/2, 2019 at 12:25
4
Solved
In Python, suppose that I have continuous variables x and y, whose values are bounded between 0 and 1 (to make it easier). My assumption has always been that if I want to convert those variables in...
Disclaim asked 7/2, 2019 at 16:7
2
Circle Ci 2.0 artifacts can be accessed with the following url
https://{BUILD_NUMBER}-{UNKNOWN_NUMBER}-gh.circle-artifacts.com/0
What does the number after CI build number represent.
6
Solved
I currently have Jenkins set up with a number of jobs, but it's proving difficult to back up because the artifacts are stored within the job directory. I'd like to back up the job configurations an...
4
Solved
I am trying to pass in the channel configuration transaction artifact to the order-er using the command:
peer channel create -o orderer.example.com:7050 -c $CHANNEL_NAME -f ./channel-artifacts/cha...
Peephole asked 17/3, 2018 at 20:57
1 Next >
© 2022 - 2024 — McMap. All rights reserved.