Skip to content

Commit 6fe143a

Browse files
committed
add jenkinsfile
1 parent 1d2f29e commit 6fe143a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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+
stages {
4+
stage('') {
5+
steps {
6+
echo 'start'
7+
sh 'printenv'
8+
}
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)