1 Star 0 Fork 0

wpisen / learn-pipeline-java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Jenkinsfile_lighthouse.groovy 550 Bytes
一键复制 编辑 原始数据 按行查看 历史
Zhao Xiaojie 提交于 2021-04-22 18:51 . Add Jenkinsfile for Lighthouse
pipeline {
agent any
parameters {
string(name: 'JOB_NAME', defaultValue: '', description: 'Job name')
string(name: 'JOB_TYPE', defaultValue: '', description: 'Job type')
string(name: 'JOB_SPEC', defaultValue: '', description: 'Job spec')
string(name: 'BUILD_ID', defaultValue: '', description: 'Build id')
string(name: 'LIGHTHOUSE_JOB_ID', defaultValue: '', description: 'Lighthouse job id')
}
stages{
stage('simple'){
steps{
echo "My name is ${params.LIGHTHOUSE_JOB_ID}."
}
}
}
}
1
https://gitee.com/wpisen_admin/learn-pipeline-java.git
git@gitee.com:wpisen_admin/learn-pipeline-java.git
wpisen_admin
learn-pipeline-java
learn-pipeline-java
master

搜索帮助