Browse Source

ok I gotcha

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

6
Jenkinsfile vendored

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