Gabriel Pariat 2 years ago
parent
commit
cb3a27a7d3
  1. 2
      Jenkinsfile

2
Jenkinsfile vendored

@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
pipeline {
agent any
stages {
steps {
stage("Build") {
steps {
echo 'Hello!'
}
}

Loading…
Cancel
Save