Update Jenkinsfile
This time remove the correct one.
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -48,9 +48,9 @@ node {
|
|||||||
stage('Archive') {
|
stage('Archive') {
|
||||||
archiveArtifacts artifacts: "bin/x64/${buildMode}/Torch*", caseSensitive: false, fingerprint: true, onlyIfSuccessful: true
|
archiveArtifacts artifacts: "bin/x64/${buildMode}/Torch*", caseSensitive: false, fingerprint: true, onlyIfSuccessful: true
|
||||||
|
|
||||||
/*packageAndArchive(buildMode, "torch-server", "Torch.Client*")*/
|
packageAndArchive(buildMode, "torch-server", "Torch.Client*")
|
||||||
|
|
||||||
packageAndArchive(buildMode, "torch-client", "Torch.Server*")
|
/*packageAndArchive(buildMode, "torch-client", "Torch.Server*")*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Disabled because they fail builds more often than they detect actual problems
|
/* Disabled because they fail builds more often than they detect actual problems
|
||||||
|
Reference in New Issue
Block a user