Update Jenkinsfile

This commit is contained in:
Nana Janashia
2020-11-06 12:40:11 +00:00
parent f03d95e413
commit 3e129808aa

6
Jenkinsfile vendored
View File

@@ -5,16 +5,10 @@ pipeline {
steps {
script {
echo "Building the application..."
echo "Branch $BRANCH_NAME"
}
}
}
stage('test') {
when {
expression {
BRANCH_NAME == 'master'
}
}
steps {
script {
echo "Testing the application..."