This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 1df1e1f RAT-274: Improve build to show available updates
1df1e1f is described below
commit 1df1e1fdb73ed3ccb53aa9db007333238c40d133
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue Oct 6 09:13:44 2020 +0200
RAT-274: Improve build to show available updates
---
Jenkinsfile | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/Jenkinsfile b/Jenkinsfile
index b63c874..bada8ce 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -81,6 +81,13 @@ pipeline {
}
}
+ stage('Print available updates') {
+ steps {
+ echo 'Show available plugin and dependency updates'
+ sh 'mvn clean versions:display-dependency-updates
versions:display-plugin-updates enforcer:display-info -U -B'
+ }
+ }
+
stage('Build') {
steps {
echo 'Building the whole project'