We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fae634 commit 315078eCopy full SHA for 315078e
1 file changed
scripted.groovy
@@ -1,11 +1,11 @@
1
node {
2
stage('Build') {
3
- echo "Build success in scripted pipeline in VScode"
+ echo "Build success in scripted pipeline in VScode Updated"
4
}
5
stage('Test') {
6
- echo "Test success in scripted pipeline in VSCode"
+ echo "Test success in scripted pipeline in VSCode Updated"
7
8
stage('Deploy') {
9
- echo "Deployment success in scripted pipeline Updated"
+ echo "Deployment success in scripted pipeline Updated again"
10
11
0 commit comments