Skip to content

Commit 53488f2

Browse files
Create scripted.groovy
1 parent da019a0 commit 53488f2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

scripted.groovy

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
node {
2+
stage('Build') {
3+
echo "Build success in scripted pipeline"
4+
}
5+
stage('Test') {
6+
echo "Test success in scripted pipeline"
7+
}
8+
stage('Deploy') {
9+
echo "Deployment success in scripted pipeline"
10+
}
11+
}

0 commit comments

Comments
 (0)