Browse Source

Hello World

master
teajay 5 years ago
parent
commit
8876b7a08c
1 changed files with 4 additions and 17 deletions
  1. 21
      Pipeline/Jenkinsfile

21
Pipeline/Jenkinsfile

@ -1,23 +1,10 @@
pipeline {
agent none
agent { label 'master' }
stages {
node{
stage('Clone'){
steps{
echo 'Hello'
stage('build') {
steps {
echo "Hello World!"
}
}
stage('Clean'){
steps{
}
echo ' World'
}
}
}
}
Loading…
Cancel
Save