Update Jenkinsfile
All checks were successful
Zakaria/GiteaJenkinsDemo/pipeline/head This commit looks good
All checks were successful
Zakaria/GiteaJenkinsDemo/pipeline/head This commit looks good
This commit is contained in:
parent
a40f2b89a2
commit
e7014efd5d
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -9,7 +9,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
echo 'Building the project...Again but this time by pushing new code - Done by Zakaria'
|
||||
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}"'
|
||||
}
|
||||
@ -17,7 +17,7 @@ pipeline {
|
||||
|
||||
stage('Test') {
|
||||
steps {
|
||||
echo 'Running tests...'
|
||||
echo 'Running tests... Again'
|
||||
// Example: Run tests with a test framework (e.g., JUnit, Mocha)
|
||||
sh 'echo "Running tests in ${PROJECT_DIR}"'
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user