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 +} 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 +}