We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec57d6d commit fd23462Copy full SHA for fd23462
1 file changed
Jenkinsfile
@@ -0,0 +1,10 @@
1
+pipeline {
2
+ agent none
3
+ stages {
4
+ stage('hello') {
5
+ steps {
6
+ echo 'hello blueocean'
7
+ }
8
9
10
+}
0 commit comments