Browse Source

ok I gotcha

master
Gabriel Pariat 2 years ago
parent
commit
5ca52d596d
  1. 6
      Jenkinsfile

6
Jenkinsfile vendored

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