Skip to content

Commit

Permalink
Make testCmd into a map instead of an array
Browse files Browse the repository at this point in the history
  • Loading branch information
dtwaddle2-r7 committed Nov 17, 2023
1 parent 5ecda11 commit 9d2bad1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
@Library('jenkins-octo-shared-libraries@master') _
s3ReleasePipeline(
testCmd = [{
testCmd = [
'Debug: Try checkout semver-tool': {
checkout([
$class: 'GitSCM',
branches: [[name: 'refs/tags/3.3.0']],
Expand Down

0 comments on commit 9d2bad1

Please sign in to comment.