Skip to content

Commit

Permalink
update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
devalex88 committed May 9, 2019
1 parent 6846468 commit 3b228c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ pipeline {
./build/tag.sh $KS_VERSION
chmod u+x ./test/project/*.sh
cd ./test/project && ./run_chrome.sh $KS_VERSION
cd ./test/project && ./run_chrome_advanced.sh $KS_VERSION
cd ./test/project && ./run_firefox.sh $KS_VERSION
cd ./test/project && ./run_chrome.sh $KS_VERSION && cd ..
cd ./test/project && ./run_chrome_advanced.sh $KS_VERSION && cd ..
cd ./test/project && ./run_firefox.sh $KS_VERSION && cd ..
'''

archiveArtifacts '**/*.avi'
Expand Down

0 comments on commit 3b228c0

Please sign in to comment.