Update Jenkinsfile
Zakaria/GiteaJenkinsDemo/pipeline/head This commit looks good

This commit is contained in:
2024-09-28 20:18:45 +00:00
parent ae577bef74
commit a40f2b89a2
Vendored
+1 -1
View File
@@ -9,7 +9,7 @@ pipeline {
stages {
stage('Build') {
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)
sh 'echo "Building project in ${PROJECT_DIR}"'
}