1 Star 0 Fork 0

guokaikaio/ubports-installer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Jenkinsfile 654 Bytes
一键复制 编辑 原始数据 按行查看 历史
neothethird 提交于 2019-03-18 21:49 . Make jenkins build sequential
pipeline {
agent any
stages {
stage('Install') {
steps {
sh 'curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash'
sh 'chmod +x "$HOME/.nvm/nvm.sh"'
sh '$HOME/.nvm/nvm.sh install 8'
sh 'npm install'
sh 'npm prune'
}
}
stage('Build') {
steps {
sh 'npm run dist:linux:deb'
sh 'npm run dist:linux:appimage'
sh 'npm run dist:linux:snap'
sh 'mv ./*.snap ./dist/.'
}
}
}
post {
success {
archiveArtifacts(artifacts: 'dist/ubports-installer*', onlyIfSuccessful: true, fingerprint: true)
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/guokaikaio/ubports-installer.git
git@gitee.com:guokaikaio/ubports-installer.git
guokaikaio
ubports-installer
ubports-installer
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385