We can use Jenkins or Oracle Developer Cloud Service to Get the code from repository and install the application.
Create a respective build parameters and use them in the script.
#!/bin/bash
cd $(pwd)/vbcs/application/${APPLICATION_NAME}
npm install
./node_modules/.bin/grunt vb-build --url=https://${VBCS_HOST_NAME}/ic/builder/ --username=${USER_NAME} --password=${PASSWORD} --id=${APPLICATION_ID} --ver=${VERSION} --schema=live
No comments:
Post a Comment