diff --git a/Jenkinsfile b/Jenkinsfile index 125df6dfc..9fd60e9de 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -51,7 +51,7 @@ sh 'curl "https://api.GitHub.com/repos/daphneaugier/spring-petclinic/statuses/$G failure { echo 'I failed :(' // For GitHub -sh 'curl "https://api.GitHub.com/repos/daphneaugier/spring-petclinic/statuses/$GIT_COMMIT?access_token=4d88d2b679c35732e8b50e62cd60f18907d03a55" \ +sh 'curl "https://api.GitHub.com/repos/daphneaugier/spring-petclinic/statuses/$GIT_COMMIT" \ -H "Content-Type: application/json" \ -X POST \ -d "{\"state\": \"failure\",\"context\": \"continuous-integration/jenkins\", \"description\": \"Jenkins\", \"target_url\": \"http://localhost:9090/job/spring-petclinic/$BUILD_NUMBER/console\"}"' diff --git a/pom.xml b/pom.xml index 1bcf62e0a..0a15f8765 100644 --- a/pom.xml +++ b/pom.xml @@ -13,9 +13,6 @@ 2.2.4.RELEASE petclinic - - - internal.repo @@ -23,6 +20,7 @@ file:///Users/Shared/Daphne/spring-petclinic + 1.8 UTF-8