We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f6d896 commit d50b123Copy full SHA for d50b123
Jenkinsfile
@@ -10,6 +10,7 @@ pipeline {
10
}
11
stage('test') {
12
steps {
13
+ sh '/opt/oap/dev/tty_refresh.sh'
14
sh 'bin/make_tests.sh'
15
sh 'sleep 3'
16
sh 'bin/run_tests.py /opt/oap/dev/ttyOAP.TEST'
0 commit comments