Added always
This commit is contained in:
@@ -48,14 +48,16 @@ pipeline {
|
|||||||
to: 'guillem@gromenware.com'
|
to: 'guillem@gromenware.com'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
// publish html
|
always{
|
||||||
publishHTML target: [
|
// publish html
|
||||||
allowMissing: false,
|
publishHTML target: [
|
||||||
alwaysLinkToLastBuild: false,
|
allowMissing: false,
|
||||||
keepAll: true,
|
alwaysLinkToLastBuild: false,
|
||||||
reportDir: 'target/surefire-reports/',
|
keepAll: true,
|
||||||
reportFiles: 'emailable-report.html',
|
reportDir: 'target/surefire-reports/',
|
||||||
reportName: 'Emailable Report'
|
reportFiles: 'emailable-report.html',
|
||||||
]
|
reportName: 'Emailable Report'
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user