Skip to content

Commit d7d2c0c

Browse files
author
Zhao Xiaojie
authored
Merge pull request #3 from surenpi/LinuxSuRen-patch-1
Create Jenkinsfile
2 parents dfca479 + 9339723 commit d7d2c0c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
pipeline {
2+
agent any
3+
4+
stages{
5+
stage('one'){
6+
steps{
7+
echo 'sdf'
8+
}
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)