mirror of
https://github.com/apache/struts.git
synced 2026-08-31 11:24:28 +00:00
Tests available envs
This commit is contained in:
Vendored
+6
@@ -24,6 +24,12 @@ pipeline {
|
||||
stages {
|
||||
stage('Clean Up') {
|
||||
steps {
|
||||
sh 'echo $USER'
|
||||
sh "echo ${env.USER}"
|
||||
sh "echo $USER"
|
||||
sh 'echo $WORKSPACE'
|
||||
sh "echo ${env.WORKSPACE}"
|
||||
sh "echo $WORKSPACE"
|
||||
cleanWs deleteDirs: true, patterns: [[pattern: '**/target/**', type: 'INCLUDE']]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user