Skip to content

Commit

Permalink
Future proof Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredlll08 committed Jun 12, 2021
1 parent d8c96d4 commit b79e707
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Expand Up @@ -2,6 +2,9 @@

pipeline {
agent any
tools {
jdk "jdk8u292-b10"
}
stages {
stage('Clean') {
steps {
Expand Down

0 comments on commit b79e707

Please sign in to comment.