Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbuzinski authored Jan 22, 2025
1 parent 1b0ab6f commit b6db169
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ pipeline {
stage('Build') {
steps {
echo "building"
sleep 10
// sleep 10
}
}
stage('Test') {
steps {
echo "testing"
sleep 10
// sleep 10
}
}
stage('Deploy') {
steps {
echo "deploying"
sleep 5
// sleep 5
}
}
}
Expand Down

0 comments on commit b6db169

Please sign in to comment.