Questions tagged [artifact]

Artifact term is used in software development which implies a part or final software solution deployed on execution environments

Software Artifact/s being produced by tools such as , , , , and many more. These artifacts are stored at for distribution.

Useful Links

Wikipedia Page

479 questions
10
votes
1 answer

MLflow Artifacts Storing But Not Listing In UI

I've run into an issue using MLflow server. When I first ran the command to start an mlflow server on an ec2 instance, everything worked fine. Now, although logs and artifacts are being stored to postgres and s3, the UI is not listing the artifacts.…
JMV12
  • 965
  • 1
  • 20
  • 52
10
votes
1 answer

gitlab-ci.yml, before_script and artifact

In gitlab-ci.yml documentation, it says that before_script is used to define the command that should be run before all jobs, including deploy jobs, but after the restoration of artifacts. This tells me that artifact is produced before a job…
Henry Yang
  • 2,283
  • 3
  • 21
  • 38
10
votes
2 answers

Specify artifact name with Intellij

I'd like to set the filename of the jar artifact that I build with Intellij, but as I change it, it doesn't change in the output file.
turinho
  • 125
  • 1
  • 6
9
votes
2 answers

Maven: Why is the -SNAPSHOT suffix missing from artifact file name?

My maven artifact is deployed to a Nexus snapshot repository. There, it is stored in the correct directory, but its filenames have the following pattern: mylibrary-1.0-20130213.125827-2.jar However, Maven fails to download that snapshot. According…
Jens Bannmann
  • 4,845
  • 5
  • 49
  • 76
8
votes
2 answers

Close and release artifact on maven central using gradle

I have this gradle script: def configureUploadArtifacts(groupId, repoUrl, _packaging) { def gpgKeyId = System.getenv('GPG_KEY_ID') def gpgPassword = System.getenv('GPG_KEY_PASSWORD') def gpgFile = System.getenv('PATH_TO_GPG_FILE') …
TacB0sS
  • 10,106
  • 12
  • 75
  • 118
8
votes
2 answers

Is there any Jenkins API to get artifacts name and download it?

I want to ask, If I use jenkins. How can I get all artifacts list and download it, but not from jenkins web interface. I want to make my own web interface for certain goals. Is there any jenkins API to do this?
Kenny Basuki
  • 625
  • 4
  • 11
  • 27
8
votes
3 answers

How to get properties of an Artifact in Artifactory

In Artifactory, I have an artifact "consumersvc" and there are multiple version: 1.0.0, 1.1.0, 1.2.0 etc Now, For each of these artifact versions, there are some properties attached to the build artifact of that artifact-x.x.x for ex: svnURL,…
unknown
  • 1,815
  • 3
  • 26
  • 51
8
votes
2 answers

Where to find/set up for 'Artifact' in Android Studio?

I'm starting up in the Android dev. environment, and I'm at the point where I'd like to distribute my apps to a wider test environment than my own phone and simulator. Along these lines, I've been trying to build a signed debug apk which i can…
jdosser
  • 143
  • 1
  • 7
8
votes
2 answers

Intellij Javafx artifact - how do you make it?

I've been trying all day to turn my javafx application into a jar file. I'm using Java 1.7 update 7. Oracle has some information, but it just seems scattered all over the place. Intellij is almost doing the job, but I get the following…
Louis Sayers
  • 2,162
  • 3
  • 30
  • 53
7
votes
1 answer

Maven 3 site descriptor issue : deploying artifact not working or site not building

I've migrated to maven 3.0.3 but I'm not able to build the maven site. In fact my project use an external parent pom that doesn't provide any site descriptor as artifact. 1- Is there a way to generate the maven site even if the parent doesn't…
jandry
  • 170
  • 2
  • 7
7
votes
5 answers

Github Build and Deploy Error: No uploaded artifact was found

I am trying to deploy a github.io blog but having an issue with build and deployment. I can build the files without any issue on local server, but when I try to publish it on github server by pushing it, it throws a build and deployment error…
user9532692
  • 584
  • 7
  • 28
7
votes
1 answer

Is it possible to download Github-Actions artifacts directly?

When I want to download an artifact I use the following kind of URL: https://github.com/some_user/some_repo/suites/some_id/artifacts/some_id. This however always leads me to a .zip package even if the result is just a single file. In my case this…
radrow
  • 6,419
  • 4
  • 26
  • 53
7
votes
3 answers

Bitbucket / I cannot see the artifacts in pipelines

I run e2e tests on CI environment, but I cannot see the artifacts in pipelines. bitbucket-pipelines.yml: image: cypress/base:10 options: max-time: 20 pipelines: default: -step: script: - npm install -npm…
enjoyit
  • 111
  • 2
  • 9
7
votes
2 answers

AWS CodePipeline: pass Lambda function output to CloudFormation

i want to run a CloudFormation template with CodePipeline. This template is expecting an input parameter which needs to contain the current Date/Time. Unfortunately CloudFormation isn't able to generate the current DateTime by itself…
mengmann
  • 416
  • 7
  • 11
7
votes
5 answers

What does `Artifacts` actually mean in Unified Process?

I read a book recently on Design patterns: I came across the word Artifacts in each pages many times! What are they actually? Where it should be used? In UP, artifacts are really important and they play a major role in Object Oriented Analysis . .…
Ant's
  • 13,545
  • 27
  • 98
  • 148
1
2
3
31 32