diff --git a/Jenkinsfile b/Jenkinsfile index 9d91874..1c910f5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ pipeline{ - agent { label 'slave2'} + agent { label 'tomcat_slave'} stages{ stage('Build stage') { steps { @@ -15,7 +15,7 @@ pipeline{ } stage('Deploy stage') { steps { - echo 'This is deploy stage' + echo 'This is deployed stage' sh 'sleep 5' } } diff --git a/new-commit b/new-commit new file mode 100644 index 0000000..5161666 --- /dev/null +++ b/new-commit @@ -0,0 +1 @@ +added new file diff --git a/webhook-test b/webhook-test new file mode 100644 index 0000000..1b638fd --- /dev/null +++ b/webhook-test @@ -0,0 +1 @@ +testing webhook works or not