in Technology by
What is Artifact Archival & how to do it in Pipelines?

1 Answer

0 votes
by

Artifacts are the exportable/storable/archivable results of a specific job build. This can be configured using a plugin called - Copy artifact Plugin. Based on the configured pattern, the files/directories matching the configured patterns will be archived for a Jenkins build, which can be used for future references. In the pipeline, it can be configured as follows -

archiveArtifacts artifacts: 'output/**/*'

Related questions

0 votes
    How to configure inclusions & exclusions in Artifacts Archival?...
asked Sep 14, 2021 in Technology by JackTerrance
0 votes
    I would like to document in the shaded jar what maven artifacts actually end up in that shaded jar. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 5, 2022 in Education by JackTerrance
0 votes
    How to get the Jenkins version programmatically in Jobs/Pipelines or nodes other than master?...
asked Sep 14, 2021 in Technology by JackTerrance
0 votes
    How Maven handles and determines what version of dependency will be used when multiple versions of an artifact are found?...
asked May 4, 2021 in Technology by Editorial Staff
0 votes
    What are the types of Jenkins pipelines?...
asked Jul 16, 2021 in Technology by JackTerrance
0 votes
    We're running multiple streaming Dataflow pipelines that always eventually hang and need to be restarted after about ... for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 13, 2022 in Education by JackTerrance
0 votes
    Explain the performance of instruction pipelines with reference to Stalling and Forwarding method. (5 Marks) Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
    Pipelines can be executed in (a) 4 (b) 3 (c) 2 (d) 5 This question was posed to me ... from Evaluation of Expressions in chapter Query Processing Techniques of Database Management...
asked Oct 10, 2021 in Education by JackTerrance
0 votes
    What is a project’s fully qualified artifact name?...
asked May 4, 2021 in Technology by Editorial Staff
0 votes
    Which of the following is an artifact repository...
asked Mar 7, 2021 in Technology by JackTerrance
0 votes
    Which of the following is an artifact repository ? (i)Matrix (ii)Ansible (iii)Maven (iv)Nexus...
asked Oct 5, 2020 in Technology by Editorial Staff
0 votes
    I have a Jenkins project that does a gradle build and uploads build artifacts to a Nexus maven hosted ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 14, 2022 in Education by JackTerrance
0 votes
    The half life for radioactive decay of .14C is 5730 years. An archaeological artifact containing wood had only 80% ... of the sample. Select the correct answer from above options...
asked Jan 4, 2022 in Education by JackTerrance
0 votes
    Where & how do you code Identifier in JCL? A - /* starting from column 1 B - / starting from column 1 C - // starting from column 1 D - None of these...
asked Dec 4, 2020 in Technology by JackTerrance
0 votes
    This is a simple sort of crosstab query. I am having difficulty transferring my SQL knowledge to Linq and ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 12, 2022 in Education by JackTerrance
...