|
|
@ -11,6 +11,10 @@
|
|
|
|
* you can't do that in a delcarative pipeline.
|
|
|
|
* you can't do that in a delcarative pipeline.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
pipeline {
|
|
|
|
pipeline {
|
|
|
|
|
|
|
|
options {
|
|
|
|
|
|
|
|
timestamps
|
|
|
|
|
|
|
|
timeout(time: 60, unit: 'MINUTES')
|
|
|
|
|
|
|
|
}
|
|
|
|
triggers {
|
|
|
|
triggers {
|
|
|
|
/*
|
|
|
|
/*
|
|
|
|
* This trigger will match either the "asterisk" or "Security-asterisk"
|
|
|
|
* This trigger will match either the "asterisk" or "Security-asterisk"
|
|
|
|