Check username

This commit is contained in:
Karol Górzyński 2020-12-09 19:35:21 +01:00
parent 7b556ef953
commit e666adf2b4

1
Jenkinsfile vendored
View File

@ -32,6 +32,7 @@ pipeline {
stage('Build app') {
steps {
dir('SessionCompanion') {
sh "echo $USER"
sh 'dotnet build'
}
}