mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
Script path correction.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
cbc5ca168b
commit
22723ca3ef
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user