From 6b906970aa6578a08c8c136d3ab726deedbecc1e Mon Sep 17 00:00:00 2001 From: Daphne Augier <35980232+daphneaugier@users.noreply.github.com> Date: Sat, 11 Apr 2020 17:56:20 +0200 Subject: [PATCH 1/2] Update Jenkinsfile --- Jenkinsfile | 43 +------------------------------------------ 1 file changed, 1 insertion(+), 42 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cb030b09a..3eedf7a95 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,51 +1,10 @@ -#!/usr/bin/env groovy pipeline { agent any stages { stage('Build') { steps { - sh './mvnw clean' - } - } - stage('Test') { - steps { - sh './mvnw test' + sh 'echo "This is the development branch"' } } - - stage('Package') { - steps { - sh './mvnw package' - } - } - stage('Deploy') { - when { - expression { - currentBuild.result == null || currentBuild.result == 'SUCCESS' - } - } - steps { - echo "DEPLOY!" -/* sh './mvnw deploy' */ - } - } - } - post { - always { - echo 'One way or another, I have finished' - /* deleteDir() /* clean up our workspace */ - } - success { - echo 'I succeeeded!' - } - unstable { - echo 'I am unstable :/' - } - failure { - echo 'I failed :(' - } - changed { - echo 'Things were different before...' - } } } From b6b12d0799d6932454104d6c4c58c61d96dc8c79 Mon Sep 17 00:00:00 2001 From: Daphne Augier <35980232+daphneaugier@users.noreply.github.com> Date: Sat, 11 Apr 2020 20:46:08 +0200 Subject: [PATCH 2/2] Update readme.md --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index a7e7bd4a9..1d093e939 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,5 @@ ## This is a change +to trigger jenkins # Spring PetClinic Sample Application [![Build Status](https://travis-ci.org/spring-projects/spring-petclinic.png?branch=master)](https://travis-ci.org/spring-projects/spring-petclinic/) Deploy this sample application to Pivotal Web Services: