Skip to content

Commit

Permalink
Update Jenkinsfile_T_2
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-naveen-m-j authored Jun 5, 2023
1 parent b1f7a63 commit a6c6896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Templates/Jenkinsfile_T_2
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ pipeline {
echo 'Running Stage 1...'
sh 'echo "Sample shell script for Stage 1"'
sh 'ls -l' // Example: executing 'ls' command
sh 'cd Templates'
sh 'ls -l' // Example: executing 'ls' command
}
}
stage('Stage 2') {
Expand Down

0 comments on commit a6c6896

Please sign in to comment.