diff --git a/Jenkinsfile b/Jenkinsfile index d57d814..69976c1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,6 +32,7 @@ pipeline { stage('Build app') { steps { dir('SessionCompanion') { + sh "echo $USER" sh 'dotnet build' } }