diff --git a/Jenkinsfile b/Jenkinsfile index 67d03a8..6c3f55a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,5 @@ pipeline { - agent { - label "slave" - } + agent any tools { maven "m1" } @@ -20,7 +18,6 @@ pipeline { junit 'target/surefire-reports/*.xml' } } - } - + } } } diff --git a/README.md b/README.md index a4915f5..d29b364 100644 --- a/README.md +++ b/README.md @@ -14,3 +14,4 @@ to run scripts/deliver.sh +branch 1