We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1525d57 commit d700f93Copy full SHA for d700f93
1 file changed
Jenkinsfile
@@ -56,7 +56,7 @@ if(currentBuild.result != 'FAILURE')
56
{
57
gitlabCommitStatus("Build")
58
59
- //bat 'powershell.exe -ExecutionPolicy ByPass -File '+env.WORKSPACE+"/ug_spellchecker/build.ps1 -Script "+env.WORKSPACE+"/ug_spellchecker/build.cake -Target build -Platform \""+platform+"\" -Targetbranch "+env.githubTargetBranch+" -Branch "+'"'+env.githubSourceBranch+'"'
+ bat 'powershell.exe -ExecutionPolicy ByPass -File '+env.WORKSPACE+"/ug_spellchecker/build.ps1 -Script "+env.WORKSPACE+"/ug_spellchecker/build.cake -Target build -Platform \""+platform+"\" -Targetbranch "+env.githubTargetBranch+" -Branch "+'"'+env.githubSourceBranch+'"'
60
}
61
62
0 commit comments