Skip to content

Commit

Permalink
Added Coveralls settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Asgeir Nilsen committed Oct 23, 2018
1 parent c0b2eda commit 45ac1e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,11 @@ pipeline {
image 'gradle:4.9.0-jdk8-alpine'
}
}
environment {
COVERALLS_REPO_TOKEN = "9AOqHwDAKkTQGoKNX1e1dj88fxJXgZe2z"
}
steps {
sh 'gradle jacocoTestReport coveralls'
sh 'gradle --no-daemon build jacocoTestReport coveralls'
}
}
}
Expand Down

0 comments on commit 45ac1e8

Please sign in to comment.