mirror of
https://github.com/apache/struts.git
synced 2026-08-05 14:47:09 +00:00
Moves label in proper place
This commit is contained in:
Vendored
+2
-1
@@ -15,7 +15,8 @@ pipeline {
|
||||
stages {
|
||||
stage('Prepare') {
|
||||
agent {
|
||||
node('ubuntu') {
|
||||
node {
|
||||
label 'ubuntu'
|
||||
stages {
|
||||
stage('Clean Up') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user