添加Agent适配

master
ModerRAS 3 years ago
parent d5e186f64b
commit 5c244c6868

2
Jenkinsfile vendored

@ -1,5 +1,5 @@
pipeline { pipeline {
agent any agent { label 'Linux' }
stages { stages {
stage('Build Docker Image') { stage('Build Docker Image') {
environment { environment {

Loading…
Cancel
Save