Skip to content

Commit

Permalink
removed step "Checkout" as Jenkins does it automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
mattisafur committed Jul 27, 2024
1 parent db08cce commit 0cc0f44
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ pipeline {
agent any

stages {
stage('Checkout') {
steps {
// checkout SCM
checkout scm
}
}
stage('Build') {
steps{
// build docker container
Expand Down

0 comments on commit 0cc0f44

Please sign in to comment.