fix: 2
This commit is contained in:
parent
f15e8a6576
commit
ae577bef74
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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.'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user