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
3
votes
3 answers

Can an artifact consist of a list of .jar files?

I read in a UML manual that when there are many .jar files, it is possible to list them in a single artifact box. However, I have not been able to verify this from other sources, and since Visual Paradigm does not formally allow it, I would like to…
Luigi
  • 181
  • 3
  • 15
3
votes
0 answers

Is there a better way to notify Slack about the artifacts created by GitLab-CI?

I used the following code to notify Slack about new artifacts created by GitLab-CI, which is not very nice, and it has some limitations. Notify slack: stage: notify tags: - docker variables: DATA:…
Federico Bellini
  • 365
  • 1
  • 7
  • 18
3
votes
1 answer

Jenkins Artifacts from parallel Jobs

Which Artifacts do Jenkins archive using archiveArtifacts if a job is running parallel jobs on different nodes? matrix { axes { axis { name 'PLATFORM' values 'linux', 'mac', 'windows' } } agent…
Viktor Be
  • 658
  • 1
  • 11
  • 25
3
votes
0 answers

Can "Archive the artifacts" be disabled in Jenkins?

I'd like to disable the option for my Jenkins users to use the Post-build action "Archive the artifacts". We are planning on fully migrating artifact uploads to an Artifactory server. Can I somehow remove the option for "Archive the artifacts",…
3
votes
0 answers

Azure Pipelines: Store git submodules as artifacts and only build as needed

We have a project written in C that depends on several libraries as git submodules. We built an Azure Pipeline to build it, using multiple containers targeting multiple environments. The challenge is that the build takes more time than we'd like,…
YSK
  • 1,572
  • 10
  • 19
3
votes
1 answer

Jfrog-CLI installation isn't working

I'm running it on Ubuntu. when I try to run: npm install -g jfrog-cli-go I get: And when I try the other option of running it using curl, it gives the feeling like it succeeded but when I try to run > jfrog it doesn't recognize the command curl…
Ori Wiesel
  • 488
  • 2
  • 8
  • 26
3
votes
3 answers

Upload an artifact to Nexus 3 without Maven

Is should be possible to upload an artifact (WAR file) to Nexus 3 repository without using Maven?
user1911
  • 680
  • 1
  • 14
  • 36
3
votes
0 answers

Anyone using TortoiseSVN with SSL and a relative path for the bugtraq:url?

(NOTE: All fake URL's below are shown as https:/ or http:/, with just a single slash.) I've spent most of the day trying to get TortoiseSVN to work with my bug tracking system using a relative URL for the bugtraq:url parameter. I'm using SSL on the…
Armchair Bronco
  • 2,367
  • 4
  • 31
  • 44
3
votes
0 answers

SAML artifact resolution service error

I created one SSO service to interact my personal SP with IdP that i configured on Windows Server 2012. I could easily log in to the IdP but when my SP sends Artifact Request to IDP it couldn't be processed at IdP's side and I get following error: …
Rajat Nigam
  • 271
  • 1
  • 9
  • 26
3
votes
3 answers

Artifact downloading takes a lot of time without result

Please, help me with the following situation: I have two Nexus repositories I have two settings.xml files in C:\Users\Login.m2: releases developer snapshots developer default
May12
  • 2,420
  • 12
  • 63
  • 99
3
votes
4 answers

How to put any file in artifactory using python?

I have a requirement where any file should be put in the artifact using python language. I tried to search all over internet but I couldn't find any help. Please share code snippet or something which can help me to achieve this. Any help is greatly…
Rakesh
  • 3,987
  • 10
  • 43
  • 68
3
votes
2 answers

Maven missing artifact com.sun.jndi.ldap. What's wrong?

How can I fix the missing artifact error in maven with the com.sun.jndi.ldap? I also tried to add the java repositories because of the strange binary licensing. This is my pom.xml:
MikeO
  • 269
  • 1
  • 6
  • 13
3
votes
4 answers

Why pom.xml ask a version for dependency?

In pom.xml for hibernate: org.hibernate.javax.persistence hibernate-jpa-2.0-api there is not version. But when I add to my application pom in Eclipse I…
user810430
  • 11,181
  • 15
  • 38
  • 43
2
votes
1 answer

Intellij gwt - war exploded artifact

I see that intellij compiles *.cache.html files into .IntelliJIdea11\system\gwt**\compile\www* But it wont copy them with the war exploded artifact. It copies many other files like png, js and some htmls but not the generated html files. How do I…
archmisha
  • 199
  • 1
  • 2
  • 12
2
votes
3 answers

The right way to use maven

I'm new to maven, I got 2 problems here: 1,How to solve missing artifact problem? I need jcharts-0.7.5, but it's not available in Maven Central Repository. I have the jar file, but seems not easy to put it into a maven project. 2,How to fix wrong…
knly
  • 81
  • 1
  • 4