Check username
This commit is contained in:
parent
7b556ef953
commit
e666adf2b4
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
@ -32,6 +32,7 @@ pipeline {
|
|||||||
stage('Build app') {
|
stage('Build app') {
|
||||||
steps {
|
steps {
|
||||||
dir('SessionCompanion') {
|
dir('SessionCompanion') {
|
||||||
|
sh "echo $USER"
|
||||||
sh 'dotnet build'
|
sh 'dotnet build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user