Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tripura-kant authored Oct 7, 2022
1 parent 411ed3c commit fbfe067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pipeline {
stage('Build Artifact') {
steps {
sh "mvn clean package -DskipTests=true"
archive 'target/*.jar' //so that they can be downloaded later
archive 'target/*.jar' //so that they can be downloaded late
}
}
}
}
}

0 comments on commit fbfe067

Please sign in to comment.