Skip to content

Commit a4124e3

Browse files
author
root
committed
for jenkins scm
0 parents  commit a4124e3

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

jenkins

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

0 commit comments

Comments
 (0)