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