Browse Source

ok I gotcha

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

2
Jenkinsfile vendored

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