Compare commits

..

No commits in common. "c874426f2ec813eab2d92f36f36101bcefcdc4b3" and "0f0838ae5aaee80f77f7fb5b5c4c3c9d7c040551" have entirely different histories.

1 changed files with 0 additions and 13 deletions

13
Jenkinsfile vendored
View File

@ -28,18 +28,5 @@ pipeline {
sh 'cucumber' sh 'cucumber'
} }
} }
stage('Report results') {
steps {
archive(includes: 'pkg/*.gem')
publishHTML (target: [
allowMissing: false,
alwaysLinkToLastBuild: false,
keepAll: true,
reportDir: 'coverage',
reportFiles: 'index.html',
reportName: 'Test Results',
reportTitles: 'Test Coverage'])
}
}
} }
} }