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

2
Jenkinsfile vendored

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

Loading…
Cancel
Save