checkstyle report enabled
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
parent
69b6160445
commit
644aeca364
|
@ -60,7 +60,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
*/
|
||||
/*
|
||||
|
||||
stage("Checkstyle") {
|
||||
agent { node { label 'linux' } }
|
||||
options { timeout(time: 30, unit: 'MINUTES') }
|
||||
|
@ -72,7 +72,7 @@ pipeline {
|
|||
)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue