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 {
agent any
stages {
stage('') {
stage('test') {
steps {
echo 'hello world'
}