diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index b20b028..8e8c0b4 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -10,8 +10,11 @@ pipeline { stages { stage('Stage 1') { steps { + sh 'whoami' sh 'env' sh 'touch "${BUILD_ID}".txt' + sh 'ls /' + sh 'pwd' sh 'ls' } }