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 { steps {
script { script {
echo "Building the application..." echo "Building the application..."
echo "Branch $BRANCH_NAME"
} }
} }
} }
stage('test') { stage('test') {
when {
expression {
BRANCH_NAME == 'master'
}
}
steps { steps {
script { script {
echo "Testing the application..." echo "Testing the application..."