Skip to content
Snippets Groups Projects
Commit 4c27c656 authored by Mikaël Barbero's avatar Mikaël Barbero :dagger:
Browse files

Modified jenkinsfile

parent de30ea0f
Branches main
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ pipeline { ...@@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('build') { stage('build') {
steps { steps {
sh 'echo "Hello World!"' sh 'echo "Hello World again!!!"'
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment