Script path correction.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2020-03-05 00:23:44 +00:00
parent cbc5ca168b
commit 22723ca3ef

6
Jenkinsfile vendored
View File

@ -139,8 +139,10 @@ node('xencenter') {
}
stage('Run checks') {
powershell ".\\${env.WORKSPACE}\\xenadmin.git\\scripts\\check_copyright.ps1"
powershell ".\\${env.WORKSPACE}\\xenadmin.git\\scripts\\check_i18n.ps1"
dir("${env.WORKSPACE}\\xenadmin.git") {
powershell ".\\scripts\\check_copyright.ps1"
powershell ".\\scripts\\check_i18n.ps1"
}
}
stage('Build') {