Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Jenkins realizes the development of front-end VUE project automation packaging and release

2025-02-24 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

Node ('slave-191') {stage (' pull substitution code from SVN') {checkout ([$class: 'SubversionSCM', additionalCredentials: [], excludedCommitMessages:', excludedRegions:', excludedRevprop:', excludedUsers:', filterChangelog: false, ignoreDirPropChanges: false, includedRegions:', locations: [cancelProcessOnExternalsFail: true, credentialsId: 'username and password ID', depthOption:' infinity', ignoreExternalsOption: true, local:'. Remote: 'svn Project Link'], quietOperation: true WorkspaceUpdater: [$class: 'UpdateUpdater']])} stage ("Install") {sh' 'export Node_Home=/usr/local/node-v12.13.1 export PATH= "$PATH:$Node_Home/bin" $Node_Home/bin/cnpm install'''} stage (' NPM package') {sh 'export Node_Home=/usr/local/node-v12.13.1 Export PATH= "$PATH:$Node_Home/bin" $Node_Home/bin/npm run build'''} stage ("change the API interface address") {sh''sed-I' s sed ip1 and ip2 stage ("package dist and archive") {sh 'tar-zcvf dist.tar.gz Dist/''archiveArtifacts artifacts:' * .tar.gz' Fingerprint: true} stage ('deployment package') {sh'cp-r {WORKSPACE} / dist/ / usr/local/nginx/html/''} stage ('Test Service startup') {sh 'running_num= `/ usr/bin/systemctl status nginx | grep running | wc-l` if [$running_num-eq 1] Then echo "deploy success" else echo "deploy failed" exit 1 fi''}}

4. Construction result

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report