Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-11 16:46:57 +00:00
parent 302893976c
commit 90bb5d1ddf

1
Jenkinsfile vendored
View File

@@ -6,6 +6,7 @@ pipeline {
script {
echo "Testing the application..."
echo "Testing change"
echo "Testing change"
}
}
}