Updated Jenkinsfile

This commit is contained in:
Tan Yong Heng 2017-07-21 17:20:23 +08:00
parent 570e939cae
commit 925ea66595

2
Jenkinsfile vendored
View file

@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
stages { stages {
stage('') { stage('test') {
steps { steps {
echo 'hello world' echo 'hello world'
} }