From 6ec5037f7037662a8c11dc6b1b7f2acaf1f79361 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9cio=20Varj=C3=A3o?= <1348549+cvarjao@users.noreply.github.com> Date: Thu, 6 Dec 2018 21:53:48 -0800 Subject: [PATCH 1/2] Rebuild --- cicd/jenkins-slave-python-3.6/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/jenkins-slave-python-3.6/Jenkinsfile b/cicd/jenkins-slave-python-3.6/Jenkinsfile index f38d630..4bc8346 100644 --- a/cicd/jenkins-slave-python-3.6/Jenkinsfile +++ b/cicd/jenkins-slave-python-3.6/Jenkinsfile @@ -66,4 +66,4 @@ pipeline { } } } -} \ No newline at end of file +} From 16feb6244cbe56e1edf68cc2a78ea0af34c153b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9cio=20Varj=C3=A3o?= <1348549+cvarjao@users.noreply.github.com> Date: Thu, 6 Dec 2018 22:04:22 -0800 Subject: [PATCH 2/2] Update config.groovy --- cicd/jenkins-slave-python-3.6/openshift/config.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cicd/jenkins-slave-python-3.6/openshift/config.groovy b/cicd/jenkins-slave-python-3.6/openshift/config.groovy index ccdeb69..f96c5ec 100644 --- a/cicd/jenkins-slave-python-3.6/openshift/config.groovy +++ b/cicd/jenkins-slave-python-3.6/openshift/config.groovy @@ -1,5 +1,5 @@ app { - name = "${opt.'name'?:'jenkins-slave-python-36'}" + name = "${opt.'name'?:'jenkins-slave-python-3.6'}" namespaces { //can't call environments :( 'build'{ namespace = 'bcgov-tools' @@ -47,4 +47,4 @@ app { ] ] } -} \ No newline at end of file +}