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

Added dummy jenkinsfile for testing

parent 4ed50037
No related branches found
No related tags found
No related merge requests found
pipeline {
agent any
stages {
stage('build') {
steps {
sh 'echo "Hello World!"'
}
}
}
}
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