Coder Social home page Coder Social logo

Pipeline support about allure-plugin HOT 10 CLOSED

jenkinsci avatar jenkinsci commented on September 24, 2024 9
Pipeline support

from allure-plugin.

Comments (10)

etki avatar etki commented on September 24, 2024 1

would love to see this as a standalone feature as well

from allure-plugin.

pazone avatar pazone commented on September 24, 2024

@pupssman did you tried common HTML publisher? Snippet generator crates wrong code snippet for it, but if you add target parameter to config it should work

from allure-plugin.

dhanish2k avatar dhanish2k commented on September 24, 2024

I think this would be great feature.

from allure-plugin.

arielcloud avatar arielcloud commented on September 24, 2024

+1

from allure-plugin.

Narkhip avatar Narkhip commented on September 24, 2024

+1

from allure-plugin.

ludenus avatar ludenus commented on September 24, 2024

Just in case.
I have successfully published Allure report (created by maven plugin) via HTML Publisher plugin

    stage('Publish') {
        echo 'Publish Allure report'
        publishHTML(
                target: [
                        allowMissing         : false,
                        alwaysLinkToLastBuild: false,
                        keepAll              : true,
                        reportDir            : 'target/site/allure-maven-plugin',
                        reportFiles          : '*index*',
                        reportName           : "Allure Report"
                ]
        )
    }

details here: http://stackoverflow.com/questions/40379494/how-does-one-run-allure-plugin-in-jenkins-pipeline/40911564#40911564

Have to navigate Allure Report page and then click index.html

from allure-plugin.

buzdin avatar buzdin commented on September 24, 2024

Don't forget to put an example in confluence when pipelines are supported. And +1 for this feature.

from allure-plugin.

pupssman avatar pupssman commented on September 24, 2024

@eroshenkoam @baev wasn't this fixed in #70?

from allure-plugin.

etki avatar etki commented on September 24, 2024

@pupssman If i'm right, this hasn't been officially released to upstream yet

from allure-plugin.

eroshenkoam avatar eroshenkoam commented on September 24, 2024

fixed via #70

from allure-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.