New UI to show YD Order Tracking infomation - Testing

This commit is contained in:
Dillon Ngo
2025-04-03 09:38:17 +08:00
parent 4daaac476d
commit de7331547c
Vendored
+5 -1
View File
@@ -49,7 +49,11 @@ pipeline {
stage('Install') {
steps {
sh 'composer update'
// sh 'composer update'
sh '''
sudo apt-get update && sudo apt-get install -y php-pdo php-mysql
composer update
'''
script{
currentBuild.description = 'Step 3 of 6 Completed'
}