Skip to content

Commit

Permalink
Jenkinsfile: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb committed Jun 15, 2019
1 parent dff583a commit 8d62869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pipeline {
agent any
steps {
script {
def jobName = env.JOB_NAME
def jobName = env.JOB_NAME
def buildNumber = env.BUILD_NUMBER.toInteger()
def currentJobs = Jenkins.instance.getItemByFullName(jobName)
for (def build : currentJobs.builds) {
Expand Down

0 comments on commit 8d62869

Please sign in to comment.