You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/05/18 10:56:38 UTC

[creadur-whisker] branch master updated: WHISKER-19: Show available updates as well

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-whisker.git


The following commit(s) were added to refs/heads/master by this push:
     new 47d89e2  WHISKER-19: Show available updates as well
47d89e2 is described below

commit 47d89e2255cf29b8ccbcbe73edebad2596ba56d6
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue May 18 12:56:29 2021 +0200

    WHISKER-19: Show available updates as well
---
 Jenkinsfile | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Jenkinsfile b/Jenkinsfile
index 1121eb0..bb011f6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -93,6 +93,14 @@ pipeline {
                 sh 'mvn site:site'
             }
         }
+
+        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'
+            }
+        }
+
     }
 
     // Send out notifications on unsuccessful builds.