There was an error while loading. Please reload this page.
1 parent 1d2f29e commit 6fe143aCopy full SHA for 6fe143a
Jenkinsfile
@@ -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