Added Jenkinsfile

This commit is contained in:
JenniferAbouJaoudi 2020-03-13 16:40:14 -04:00
parent 7fe6898681
commit 62cee9a3c8

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ pipeline {
stage('Deploy') {
steps {
sh 'when { branch \'master\'}'
sh 'when { branch master}'
}
}