Jenkins Test #18
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -98,8 +98,9 @@ pipeline {
|
||||
if (params.BUILD_TYPE in ['Both', 'Release']) {
|
||||
urlsList << "${env.BUILD_URL}artifact/builds/KhaoticEngineReborn_Release.zip"
|
||||
}
|
||||
def urlsJson = urlsList.collect { "\"${it}\"" }.join(',')
|
||||
urlsJson = "[${urlsJson}]"
|
||||
|
||||
// Construire correctement tableau JSON d'URLs sous forme de chaîne à injecter dans curl
|
||||
def urlsJson = "[${urlsList.collect { "\"${it}\"" }.join(',')}]"
|
||||
|
||||
bat """
|
||||
curl -X POST http://192.168.1.131:2500/ci-notify ^
|
||||
|
||||
Reference in New Issue
Block a user