Skip to content

Commit 315078e

Browse files
Scripted pipeline modified
1 parent 2fae634 commit 315078e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scripted.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
node {
22
stage('Build') {
3-
echo "Build success in scripted pipeline in VScode"
3+
echo "Build success in scripted pipeline in VScode Updated"
44
}
55
stage('Test') {
6-
echo "Test success in scripted pipeline in VSCode"
6+
echo "Test success in scripted pipeline in VSCode Updated"
77
}
88
stage('Deploy') {
9-
echo "Deployment success in scripted pipeline Updated"
9+
echo "Deployment success in scripted pipeline Updated again"
1010
}
1111
}

0 commit comments

Comments
 (0)