1、Pipeline 是什么
1.1 Declarative Pipeline
pipeline {
   
	agent any
	stages {
   
		stage('Build') {
   
			steps {
   }
		}
		stage(jenkins基于pipeline实现项目构建
阅读 95
2022-01-20
pipeline {
   
	agent any
	stages {
   
		stage('Build') {
   
			steps {
   }
		}
		stage(相关推荐
精彩评论(0)