1 Star 0 Fork 3.9K

Wilson12wang/JooLun小程序商城源码-Java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Jenkinsfile 623 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wilson12wang 提交于 2023-04-27 06:41 . update Jenkinsfile.
pipeline {
agent any
stages {
stage('scm') {
steps {
echo 'scm_step_start'
echo 'scm_step_end'
}
}
stage('ScaBlocking'){
steps{
script{
sh "/opt/seczone/appcheck/scapipeline.sh '$JENKINS_HOME'/workspace/pipe portal 10.0.2.37:30000 pipe pipe b3JnYWRtaW5Ac2Vjem9uZS5jbjozZjM4MmM5NTdlY2E0NWY1ODhjYmFlZjAyYzQ3ZTYxYw== FULL Phase_12 '' '' '' "
}
}
}
stage('build') {
steps {
echo 'build_step_start'
echo 'build_step_end'
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/wilson12wang/JooLun-wx.git
git@gitee.com:wilson12wang/JooLun-wx.git
wilson12wang
JooLun-wx
JooLun小程序商城源码-Java
master

搜索帮助