This commit is contained in:
Sami 2024-09-28 16:16:04 -04:00
parent f15e8a6576
commit ae577bef74

4
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
echo 'Building the project...' echo 'Building the project...Again but this time by pushing new code'
// You can add your build tool commands here (e.g., Maven, Gradle, npm) // You can add your build tool commands here (e.g., Maven, Gradle, npm)
sh 'echo "Building project in ${PROJECT_DIR}"' sh 'echo "Building project in ${PROJECT_DIR}"'
} }
@ -39,7 +39,7 @@ pipeline {
cleanWs() cleanWs()
} }
success { success {
echo 'Pipeline finished successfully!' echo 'Pipeline finished successfully! - Done by Zakaria'
} }
failure { failure {
echo 'Pipeline failed.' echo 'Pipeline failed.'