Skip to content

Commit

Permalink
Make "skips" a number (as we expected it to be)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Nov 20, 2024
1 parent d74ac85 commit d7eadbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.trigger
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ node {

def queueJson = queueAndFailsJson[0]
currentJobsJson = queueAndFailsJson[1]
def skips = queueAndFailsJson[2]
def skips = queueAndFailsJson[2].toInteger()
//echo(queueJson)

def jobName = ''
Expand Down

0 comments on commit d7eadbd

Please sign in to comment.