Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stash, archive, publish the HTML report from unittests #91

Open
stephendonner opened this issue Apr 17, 2018 · 2 comments
Open

Stash, archive, publish the HTML report from unittests #91

stephendonner opened this issue Apr 17, 2018 · 2 comments
Labels

Comments

@stephendonner
Copy link
Contributor

We should be stashing, archiving, etc., at least the HTML report from this unit test; are there other files I'm missing, @kimberlythegeek / @davehunt ?

steps {
writeCapabilities(capabilities, 'capabilities.json')
sh "tox -e py36"
}
}
stage('py27') {
agent {
dockerfile true
}
steps {
writeCapabilities(capabilities, 'capabilities.json')
sh "tox -e py27"
}
}
}
}
}
post {
changed {
ircNotification()

@kimberlythegeek
Copy link
Contributor

kimberlythegeek commented Apr 17, 2018

@stephendonner I don’t believe so

@kimberlythegeek
Copy link
Contributor

marking as invalid for now. the tests are no longer generating html reports, and I'm not sure that they should

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants