Added always
This commit is contained in:
@@ -48,6 +48,7 @@ pipeline {
|
|||||||
to: 'guillem@gromenware.com'
|
to: 'guillem@gromenware.com'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
always{
|
||||||
// publish html
|
// publish html
|
||||||
publishHTML target: [
|
publishHTML target: [
|
||||||
allowMissing: false,
|
allowMissing: false,
|
||||||
@@ -58,4 +59,5 @@ pipeline {
|
|||||||
reportName: 'Emailable Report'
|
reportName: 'Emailable Report'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user