File tree Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Expand file tree Collapse file tree 1 file changed +15
-14
lines changed Original file line number Diff line number Diff line change @@ -62,13 +62,14 @@ for (int i=0; i < boardNames.size(); i++) {
62
62
junit testResults: 'test/*.xml', allowEmptyResults: true
63
63
archiveArtifacts artifacts: 'test/*', followSymlinks: false, allowEmptyArchive: true
64
64
}
65
- if (!board.contains("pluto") && !board.contains("vcu118")) {
66
- stage("Upload BOOT.BINs") {
67
- sh 'rm -rf ' + bbfolder + ' || true'
68
- sh 'mkdir ' + bbfolder
69
- uploadArtifactory('HighSpeedConverterToolbox',bbfolder+'/*.BIN*')
70
- }
71
- }
65
+ if (!board.contains("pluto") && !board.contains("vcu118")) {
66
+ stage("Upload BOOT.BINs") {
67
+ sh 'rm -rf ' + bbfolder + ' || true'
68
+ sh 'mkdir ' + bbfolder
69
+ sh 'mv test/*.BIN '+bbfolder+'/'
70
+ uploadArtifactory('HighSpeedConverterToolbox', bbfolder+'/*.BIN*')
71
+ }
72
+ }
72
73
}
73
74
finally {
74
75
cleanWs();
@@ -83,10 +84,10 @@ parallel deployments
83
84
84
85
85
86
/////////////////////////////////////////////////////
86
- // node {
87
- // stage("Trigger Harness") {
88
- // echo "Node: ${env.NODE_NAME}"
89
- // unstash "builtSources"
90
- // triggerHWHarness("HighSpeedConverterToolbox")
91
- // }
92
- // }
87
+ node {
88
+ stage("Trigger Harness") {
89
+ echo "Node: ${env.NODE_NAME}"
90
+ unstash "builtSources"
91
+ triggerHWHarness("HighSpeedConverterToolbox")
92
+ }
93
+ }
You can’t perform that action at this time.
0 commit comments