Compare commits
No commits in common. "c874426f2ec813eab2d92f36f36101bcefcdc4b3" and "0f0838ae5aaee80f77f7fb5b5c4c3c9d7c040551" have entirely different histories.
c874426f2e
...
0f0838ae5a
|
|
@ -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'])
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue