From 586546f615a485a5cba0ff386df5ce7bae65c582 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Thu, 8 Mar 2018 18:51:13 +0000 Subject: [PATCH] Dump environment - try #1 --- .travis-support | 1 - Jenkinsfile.groovy | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) delete mode 160000 .travis-support diff --git a/.travis-support b/.travis-support deleted file mode 160000 index b8593e5..0000000 --- a/.travis-support +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b8593e541ba9a11447fa9559a83e5f99097ca4d2 diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index e799493..26d3c15 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -3,6 +3,11 @@ final String mvn = "mvn --batch-mode --update-snapshots" pipeline { agent any stages { + stage('dump environment') { + steps { + sh 'set' + } + } stage('no SNAPSHOT in master') { // checks that the pom version is not a snapshot when the current branch is master // TODO: also check for SNAPSHOT when is a pull request with master as the target branch