Skip to content

Commit

Permalink
typo with the def
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Mar 29, 2021
1 parent b917e3a commit 1c161f2
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 @@ -207,7 +207,7 @@ def runLinting() {
parallel(mapParallelTasks)
}

runBuildAndTest(Map args = [:]) {
def runBuildAndTest(Map args = [:]) {
deleteDir()
unstashV2(name: 'source', bucket: "${JOB_GCS_BUCKET}", credentialsId: "${JOB_GCS_CREDENTIALS}")
dir("${BASE_DIR}"){
Expand Down

0 comments on commit 1c161f2

Please sign in to comment.