Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-12 09:36:25 +00:00
parent c425e899d4
commit 4f06b352e5

3
Jenkinsfile vendored
View File

@@ -12,7 +12,8 @@ pipeline {
stage('build') {
steps {
script {
echo "Building the application..."
echo "Building the application..."
echo "some changes to trigger build"
}
}
}