Skip to content

Commit 9339723

Browse files
author
Zhao Xiaojie
authored
Create Jenkinsfile
1 parent dfca479 commit 9339723

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)