Skip to content

Commit 2fae634

Browse files
scripted pipeline file edited in vscode
1 parent 716910c commit 2fae634

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripted.groovy

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

0 commit comments

Comments
 (0)