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