Moves label in proper place

This commit is contained in:
Lukasz Lenart
2020-02-13 09:01:17 +01:00
parent c352fd0072
commit 078e493bb1
Vendored
+2 -1
View File
@@ -15,7 +15,8 @@ pipeline {
stages {
stage('Prepare') {
agent {
node('ubuntu') {
node {
label 'ubuntu'
stages {
stage('Clean Up') {
steps {