jenkins pipeline

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