Skip to content

Commit f38eb65

Browse files
committed
Merge branch 'master' of github.com:devops-workspace/learn-pipeline-java
2 parents 790808b + abae22e commit f38eb65

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

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

0 commit comments

Comments
 (0)