checkstyle report enabled

Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
This commit is contained in:
olivier lamy 2019-06-27 07:05:50 +10:00
parent 69b6160445
commit 644aeca364
1 changed files with 4 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -60,7 +60,7 @@ pipeline {
}
}
*/
/*
stage("Checkstyle") {
agent { node { label 'linux' } }
options { timeout(time: 30, unit: 'MINUTES') }
@ -72,7 +72,7 @@ pipeline {
)
}
}
*/
}
}
}