Jenkins Test #13
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -93,7 +93,7 @@ pipeline {
|
||||
def urlsList = []
|
||||
if (params.BUILD_TYPE in ['Both','Debug']) {
|
||||
urlsList << "\"${env.BUILD_URL}artifact/builds/KhaoticEngineReborn_Debug.zip\""
|
||||
|
||||
}
|
||||
if (params.BUILD_TYPE in ['Both','Release']) {
|
||||
urlsList << "\"${env.BUILD_URL}artifact/builds/KhaoticEngineReborn_Release.zip\""
|
||||
}
|
||||
@@ -117,4 +117,4 @@ pipeline {
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user