Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dtwaddle2-r7 committed Nov 17, 2023
1 parent 9d2bad1 commit f48c17b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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: '[email protected]:fsaintjacques/semver-tool.git']]
])
sh 'ls -l'
}]
checkout([
$class: 'GitSCM',
branches: [[name: 'refs/tags/3.3.0']],
userRemoteConfigs: [[credentialsId: 'github-app-key', url: '[email protected]:fsaintjacques/semver-tool.git']]
])
sh 'ls -l'
}
]
)

0 comments on commit f48c17b

Please sign in to comment.