Questions tagged [artifacts]
mostly used in terms of computer graphics artifacts are unwanted bugs in rendered output
463
questions
138votes
11answers
268kviews
How do I force Maven to use my local repository rather than going out to remote repos to retrieve artifacts?
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</...
135votes
4answers
205kviews
Archive the artifacts in Jenkins
Could someone please explain to me the idea of artifacts in the build process?
I have the workspace directory where I check out the code to compile and run my ant scripts etc. At the end, in my case, ...
86votes
8answers
126kviews
How to manually deploy artifacts in Nexus Repository Manager OSS 3
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.
...
78votes
1answer
5kviews
Why is a Safari page breaking iOS rendering?
I know the title is not that explanatory but here is the story: I am developing a browser game, mostly using JavaScript and the Mapbox library.
Everything works well on desktop, Android and iOS but ...
54votes
10answers
31kviews
How to publish artifacts in Travis CI?
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 ...
53votes
3answers
87kviews
Where are Jenkins artifacts located?
I added the Archive Artifacts post-build option to my project. I can see the artifacts from the web browser interface, but I cannot find them in the filesystem.
Where are they located?
31votes
5answers
31kviews
Can Nexus or Artifactory store simple tar.gz artifacts?
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 ...
28votes
6answers
72kviews
Export unsigned apk from a Gradle Project in Android Studio
I usually create projects with Eclipse and import them into Android Studio, because I hate the project structure AS gives me. In it´s module settings, I have the possibility to create artifacts which ...
25votes
2answers
33kviews
Recommend Build Artifact Repository Manager [closed]
Currently we use FTP to maintain build artifact distribution and 3rd party products (for internal use only).
Artifacts are docs (HTML/pdf/chm/...), libs (.dll/.so/.a/.jar/...), programs (.exe/.jar/......
25votes
5answers
13kviews
Difference between javax.servlet-api.jar vs servlet-api.jar
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 difference ...
22votes
2answers
17kviews
Nexus supports Mass upload of artifacts?
I wanted to know if we can have mass upload of artifacts to the repository in Nexus.
21votes
2answers
21kviews
jenkins, what does fingerprint artifacts means?
My understanding
As far as I understood artifacts up to now, is that it was used to know if my project refers to an unfinished build task's artifacts.
Problem
I tried reading more (on jenkins site ...
21votes
3answers
22kviews
How to determine if a Maven artifact is in my repo from command line?
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 artifactId....
19votes
3answers
20kviews
How to publish builds to Artifactory from GitLab CI?
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/...
16votes
2answers
26kviews
Gradle's publishToMavenLocal task is not executed correctly
I'm trying to create a gradle based multi-module project. There is also an project that contains different gradle scripts that enables pluggable build configurations. One of those scripts is for ...
16votes
2answers
10kviews
Maven: How to create assembly with snapshot artifacts without timestamps file name?
I've a repository containing snapshot artifacts with timestamps.
I want to create an assembly, that contains the dependencies. This works fine. But the artifact names contains the timestamp. So i ...
15votes
6answers
31kviews
Can Jenkins store artifacts outside the job directory?
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 and ...
15votes
2answers
9kviews
What's the correct wildcard syntax to copy TeamCity artifacts to the root of a destination path?
I'm having a small drama with the wildcard syntax in my TeamCity artifact configuration. I want to grab every file matching the pattern myproject.*.dll from any folder and place each DLL in the root ...
15votes
3answers
6kviews
Remove directory structure in Teamcity's artifacts
I use Teamcity to build different packages and want to save those Packages as Artifacts. My Artifact Path in TeamCity is the following:
%system.teamcity.build.workingDir%\**\Release**/*.wsp => ...
14votes
4answers
9kviews
TeamCity: Best Practices to deploy produced installers (artifacts)
We got a TeamCity server which produces nightly deployable builds. We want our beta tester to have access these nightly builds.
What are the best practices to do this? TeamCity Server is not public, ...
14votes
1answer
33kviews
Downloading artifacts from Jenkins using wget or curl
I am trying to download an artifact from a Jenkins project using a DOS batch script. The reason that this is more than trivial is that my artifact is a ZIP file which includes the Jenkins build number ...
13votes
3answers
19kviews
How to have Bamboo artifacts collect a whole folders?
I have one simple plan with one simple job.
Tasks:
Source code checkout
MSBuild
Run tests
Generate test report
In four steps, my utility generates a test report with screenshots. The report contain ...
13votes
0answers
2kviews
ray and ellipsoid intersection accuracy improvement
I need to enhance precision for function in one of mine Atmospheric scattering GLSL fragment shader which computes the intersection between single ray and axis aligned ellipsoid.
This is the core ...
12votes
1answer
27kviews
Deleting artifacts in artifactory
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 ...
12votes
2answers
15kviews
How can I access artifacts created by Jenkins in the lastSuccessfulBuild through a URL?
I'm building an Android application using Jenkins pipeline.
When a build finishes successfully, it creates an .apk file.
I want members of the QA team to be able to download this file and test the ...
12votes
1answer
2kviews
Black stripes on third screen
I have three screens, connected to two nVidia 560Ti cards, and when I move my WPF application to the third screen, connected to the second card, click on a item in a treeview, I get these black ...
11votes
4answers
17kviews
How to archive the content of a folder recursively as artifacts on Jenkins?
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/**/*
...
10votes
4answers
9kviews
How do I stop Maven 2.x from trying to retrieve non-existent pom.xml files for dependencies every build?
In my project, there are a number of dependencies that are transitively included from other dependencies that do not have pom.xml files available in any of our corporate repositories. These are ...
9votes
2answers
2kviews
Circle Ci 2.0 artifacts url
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.
9votes
3answers
3kviews
WPF: How do I prevent tearing with WriteableBitmap?
I'm using a WriteableBitmap to display images I process myself at around 20 frames per second.
This question (WPF: More efficient way of displaying quickly-changing images?)
and this question (How to ...
8votes
7answers
11kviews
Adobe BlazeDS 4 artifacts maven repository?
Does anybody know if Adobe has a maven repository to download the latest BlazeDS artifacts from?
I only can find the "older" versions of BlazeDS in the central mvn repository.
The other option is to ...
8votes
3answers
2kviews
How to disable encryption on AWS CodeBuild artifacts?
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 has ...
8votes
3answers
1kviews
Chrome rendering color weird [closed]
My Dell 2709w monitor recently started acting weird.
On some page it renders different colors, where it shouldn't.
It only does this on the external monitor, not the macbook itself.
And it is only in ...
8votes
2answers
1kviews
Artifacts on CSS rendering box-shadow on Safari 6.0.2 on mountain lion
I'm having some artifacts on Safari 6.0.2 on Mountain Lion on my Macbook Pro, using any other browser everything render as it is supposed to be.
But curiously using Safari on my iMac with OSX Lion I ...
7votes
2answers
10kviews
Nexus Repository Manager - removing old binary resources
I wonder if there is a way to delete many items from the nexus repository. I have some RAW type repositories with some web application releases(simple tar.bz2
binary files):
In some repositories ...
7votes
2answers
6kviews
Jenkins Build fails when artifacts are not there
I use Jenkins to run some integration tests on a web appilcation (using cucumber, capybara and selenium)
Everytime a test fails, a screenshot, the HTML source and a video of the process is saved.
...
7votes
2answers
2kviews
Team City templates and Artifacts
I recently noticed I needed to reuse a build step in many projects. So I created a template where I only defined that build step, and had the projects that needed it associated with that template. ...
7votes
1answer
3kviews
Share files between azure pipeline Jobs
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 ...
7votes
4answers
2kviews
NSTextView not refreshed properly on scrolling
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 appears ...
7votes
4answers
954views
Binning continuous values with round() creates artifacts
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 into ...
7votes
2answers
5kviews
Jenkins matrix configuration artifacts
I'm currently experimenting with a matrixed projected in jenkins. It is working well but I'm curious how to get the artifacts to show up on the main page under a Last Successful Artifacts link. ...
7votes
1answer
2kviews
How do I get jenkins to build every revision of a subversion repository
We are using jenkins for continuous integration using a standard poll every 10 minute scheme, and it work fine.
Now I want to set up a job that is run on every revision in the repro, it will be ...
7votes
4answers
3kviews
Media Foundation webcam video H264 encode/decode produces artifacts when played back
I have a solution, where I encode video (YUY2) samples from a webcam with Media Foundation's h264 encoder. Then I send it via TCP connection to another application that decodes the stream with Media ...
6votes
4answers
9kviews
Error when reading core config file: Unsupported Config Type
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/...
6votes
1answer
3kviews
intelliJ IDEA add resources to JAR
I got an application which is working with resources (.wav .png- files).
I want to include those resources in my .jar, when I build my project.
Running the application from the IDE works well.
As ...
6votes
2answers
387views
What is the procedure and what are the requirements to submit artifacts to maven central repository?
I suppose that one needs some pass to submit an artifact to Maven Central repository.
I'd like to know, in detail, what are the requirements, what is the procedure to follow, and if there is a ...
6votes
3answers
896views
GLSL NVidia square artifacts
I have encountered a problem when GLSL shader generates incorrect image on following GPU's:
GT 430
GT 770
GTX 570
GTX 760
But works normally on these:
Intel HD Graphics 2500
Intel HD 4000
Intel ...
6votes
1answer
1kviews
Parallel development branches, Build Artifact repositories and QA releases
How does parallel development / branching in your VCS effect your build artifact repository setup and releases to QA?
At our company we branch our VCS for parallel development efforts and we often ...
6votes
1answer
3kviews
Azure DevOps - how to build bundles using webpack during deployment
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 ...
6votes
0answers
742views
Is GDI+ dash pattern bugged?
I'm using Embarcadero RAD Studio XE7 to create a C++ graphical application in which I'm trying to animate a circular progress using GDI+ and some dash pattern properties.
The idea is very simple: by ...