diff --git a/Jenkinsfile b/Jenkinsfile index 08455e9..6a6a7b7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,6 @@ pipeline { -// agent any - agent {label: "remote"} + agent any /* options { buildDiscarder logRotator( diff --git a/README.md b/README.md index 384308a..9c545ef 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # multibranch-pipeline-demo Jenkins Multibranch Pipeline Example Repo + +develop branch push; +test number 2; \ No newline at end of file