diff --git a/Jenkinsfile b/Jenkinsfile index 51cd24b5..d5fee2f9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,11 +2,12 @@ s3ReleasePipeline( testCmd = [ 'Debug: Try checkout semver-tool': { - checkout([ - $class: 'GitSCM', - branches: [[name: 'refs/tags/3.3.0']], - userRemoteConfigs: [[credentialsId: 'github-app-key', url: 'git@github.com:fsaintjacques/semver-tool.git']] - ]) - sh 'ls -l' - }] + checkout([ + $class: 'GitSCM', + branches: [[name: 'refs/tags/3.3.0']], + userRemoteConfigs: [[credentialsId: 'github-app-key', url: 'git@github.com:fsaintjacques/semver-tool.git']] + ]) + sh 'ls -l' + } + ] ) \ No newline at end of file