添加Agent适配

master
ModerRAS 3 years ago
parent d5e186f64b
commit 5c244c6868

2
Jenkinsfile vendored

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

Loading…
Cancel
Save