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 {
stage('Build') {
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)
sh 'echo "Building project in ${PROJECT_DIR}"'
}
@ -39,7 +39,7 @@ pipeline {
cleanWs()
}
success {
echo 'Pipeline finished successfully!'
echo 'Pipeline finished successfully! - Done by Zakaria'
}
failure {
echo 'Pipeline failed.'