jenkins pipeline

pipeline {    agent any     options {         timestamps()     }     parameters {         string(name:'BUILD_PARA',defaultValue: '-j 16')         booleanParam(name:'RUN_UAT_TEST',defaultValue:true)  
相关文章
相关标签/搜索