From 9108ba9a60796b132b4b7c2010a41e517f2ecb9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gond=C5=BEa?= Date: Thu, 14 Jun 2018 16:06:25 +0200 Subject: [PATCH 1/2] Copy paste mistake --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f92de03..35ac544 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ scm:git:git://github.com/jenkinsci/python-plugin.git scm:git:git@github.com:jenkinsci/python-plugin.git - http://github.com/jenkinsci/scp-plugin + http://github.com/jenkinsci/python-plugin python-1.4 From b63ab5fd7712d368372cab77ca357496bb1036e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Gond=C5=BEa?= Date: Fri, 15 Jun 2018 14:23:52 +0200 Subject: [PATCH 2/2] Add Jenkinsfile --- Jenkinsfile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile new file mode 100644 index 0000000..77c9ed7 --- /dev/null +++ b/Jenkinsfile @@ -0,0 +1,4 @@ +#!/usr/bin/env groovy + +/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */ +buildPlugin()