This commit is contained in:
Vendored
+1
-1
@@ -9,7 +9,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
echo 'Building the project...Again but this time by pushing new code'
|
echo 'Building the project...Again but this time by pushing new code - Done by Zakaria'
|
||||||
// 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}"'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user