Forked from
Eclipse Foundation / IT / Websites / opensourceinnovation.eu
68 commits behind, 2 commits ahead of the upstream repository.
-
Mikaël Barbero authoredMikaël Barbero authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Jenkinsfile 164 B
pipeline {
agent any
stages {
stage('build') {
steps {
sh 'echo "Hello World again!!!"'
}
}
}
}