How can I run Nexus IQ analysis on Gitlab CI and send results to existing Nexus IQ server?Error in Gitlab:...

Detecting if an element is found inside a container

Go Pregnant or Go Home

Balance Issues for a Custom Sorcerer Variant

Integer addition + constant, is it a group?

How do I extract a value from a time formatted value in excel?

How does the UK government determine the size of a mandate?

Is `x >> pure y` equivalent to `liftM (const y) x`

Is there a problem with hiding "forgot password" until it's needed?

How to check is there any negative term in a large list?

Sort a list by elements of another list

Sequence of Tenses: Translating the subjunctive

Gears on left are inverse to gears on right?

What can we do to stop prior company from asking us questions?

Hostile work environment after whistle-blowing on coworker and our boss. What do I do?

Avoiding estate tax by giving multiple gifts

Why, precisely, is argon used in neutrino experiments?

How do I find the solutions of the following equation?

Purchasing a ticket for someone else in another country?

How do we know the LHC results are robust?

CREATE opcode: what does it really do?

Why are there no referendums in the US?

How can we prove that any integral in the set of non-elementary integrals cannot be expressed in the form of elementary functions?

Trouble understanding the speech of overseas colleagues

Pole-zeros of a real-valued causal FIR system



How can I run Nexus IQ analysis on Gitlab CI and send results to existing Nexus IQ server?


Error in Gitlab: git configured for git user … no try fixing itGitlab 7.10 install doesn't create proper ssh git user config?How can I disable nginx from Gitlab bunlde?Access Linux shell on a Gitlab server remotelyWhy is my git always force pushing?Add time offset for mirroring via lftpHow to send a gitlab backup messageDifferentiate between Department and Project group in GitlabMerging two divergent repositories on different remotesFine grain permissions on gitlab













0















We have been using Bamboo for CI for our Maven Java project, but now moving to Gitlab CI, and we would like to automatically send results to our Nexus IQ server, the way we did with Bamboo



With Bamboo it was easy, you just added the IQ Evaluation task.



But how do you do it with Gitlab CI?










share|improve this question




















  • 1





    I assume you have added the clm-maven-plugin to your pom?

    – Victor Grazi
    Feb 18 at 15:13











  • Nexus IQ is a licensed application, suggest filing a support request or checking with your CSE at Sonatype.

    – joedragons
    Mar 21 at 17:08
















0















We have been using Bamboo for CI for our Maven Java project, but now moving to Gitlab CI, and we would like to automatically send results to our Nexus IQ server, the way we did with Bamboo



With Bamboo it was easy, you just added the IQ Evaluation task.



But how do you do it with Gitlab CI?










share|improve this question




















  • 1





    I assume you have added the clm-maven-plugin to your pom?

    – Victor Grazi
    Feb 18 at 15:13











  • Nexus IQ is a licensed application, suggest filing a support request or checking with your CSE at Sonatype.

    – joedragons
    Mar 21 at 17:08














0












0








0








We have been using Bamboo for CI for our Maven Java project, but now moving to Gitlab CI, and we would like to automatically send results to our Nexus IQ server, the way we did with Bamboo



With Bamboo it was easy, you just added the IQ Evaluation task.



But how do you do it with Gitlab CI?










share|improve this question
















We have been using Bamboo for CI for our Maven Java project, but now moving to Gitlab CI, and we would like to automatically send results to our Nexus IQ server, the way we did with Bamboo



With Bamboo it was easy, you just added the IQ Evaluation task.



But how do you do it with Gitlab CI?







gitlab






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 19 mins ago









joedragons

1737




1737










asked Feb 18 at 15:01









Vinny GrayVinny Gray

1




1








  • 1





    I assume you have added the clm-maven-plugin to your pom?

    – Victor Grazi
    Feb 18 at 15:13











  • Nexus IQ is a licensed application, suggest filing a support request or checking with your CSE at Sonatype.

    – joedragons
    Mar 21 at 17:08














  • 1





    I assume you have added the clm-maven-plugin to your pom?

    – Victor Grazi
    Feb 18 at 15:13











  • Nexus IQ is a licensed application, suggest filing a support request or checking with your CSE at Sonatype.

    – joedragons
    Mar 21 at 17:08








1




1





I assume you have added the clm-maven-plugin to your pom?

– Victor Grazi
Feb 18 at 15:13





I assume you have added the clm-maven-plugin to your pom?

– Victor Grazi
Feb 18 at 15:13













Nexus IQ is a licensed application, suggest filing a support request or checking with your CSE at Sonatype.

– joedragons
Mar 21 at 17:08





Nexus IQ is a licensed application, suggest filing a support request or checking with your CSE at Sonatype.

– joedragons
Mar 21 at 17:08










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1407056%2fhow-can-i-run-nexus-iq-analysis-on-gitlab-ci-and-send-results-to-existing-nexus%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1407056%2fhow-can-i-run-nexus-iq-analysis-on-gitlab-ci-and-send-results-to-existing-nexus%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Cannot install PyQt5 The Next CEO of Stack OverflowCannot install tcpreplay 3.4.4cannot...

Kapp-Putsch Acontecimentos | Outros artigos | Menu de navegação

Why did early computer designers eschew integers? The Next CEO of Stack OverflowWhat register...