fix: 3
All checks were successful
Zenful/GiteaJenkinsDemo/pipeline/head This commit looks good
Zakaria/GiteaJenkinsDemo/pipeline/head This commit looks good
jenkins/GiteaJenkinsDemo/pipeline/head This commit looks good

This commit is contained in:
Sami 2024-09-28 16:29:33 -04:00
parent e7014efd5d
commit 366a44a946

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
stage('Deploy') {
steps {
echo 'Deploying the application...'
echo 'Deploying the application... Deployed by Zakaria'
// Example: You can add your deployment steps (e.g., Docker push, SCP, Kubernetes apply)
sh 'echo "Deploying project from ${PROJECT_DIR}"'
}