fix bug file Jenkinsfile
WMS API/ECOMMERCE/pipeline/head There was a failure building this commit
Details
WMS API/ECOMMERCE/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
df52a79f6d
commit
472770e367
|
|
@ -8,7 +8,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sshagent(credentials: ['dev-id_rsa']) {
|
||||
sh "composer install"
|
||||
sh "php8.2 /usr/local/bin/composer install"
|
||||
sh "./vendor/bin/envoy run deploy-dev --branch=development"
|
||||
}
|
||||
}
|
||||
|
|
@ -20,7 +20,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sshagent(credentials: ['dev-id_rsa']) {
|
||||
sh "composer install"
|
||||
sh "php8.2 /usr/local/bin/composer install"
|
||||
sh "./vendor/bin/envoy run deploy-dev --branch=stage"
|
||||
}
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sshagent(credentials: ['dev-id_rsa']) {
|
||||
sh "composer install"
|
||||
sh "php8.2 /usr/local/bin/composer install"
|
||||
sh "./vendor/bin/envoy run deploy --branch=production"
|
||||
}
|
||||
}
|
||||
|
|
@ -44,7 +44,7 @@ pipeline {
|
|||
}
|
||||
steps {
|
||||
sshagent(credentials: ['dev-id_rsa']) {
|
||||
sh "composer install"
|
||||
sh "php8.2 /usr/local/bin/composer install"
|
||||
sh "./vendor/bin/envoy run deploy --branch=production-mirror --folder=pos-api-mirror"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue