Skip to content

Commit fd23462

Browse files
committed
hello blueocean
1 parent ec57d6d commit fd23462

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Jenkinsfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)