Skip to content

Commit

Permalink
Change flashing stage name
Browse files Browse the repository at this point in the history
Get rid of "spectrum" name

Signed-off-by: Mariia Azbeleva <mariia.azbeleva@unikie.com>
  • Loading branch information
azbeleva committed Aug 4, 2023
1 parent b49dd68 commit f7baca5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfiles/nuc_x86_test_set
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pipeline {
}
}
}
stage('Write Spectrum OS image to USB disk') {
stage('Write OS image to USB disk') {
steps {
script {
println("${params.image}")
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfiles/orin_arm_test_set
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ pipeline {
}
}
}
stage('Write Spectrum OS image to USB disk') {
stage('Write OS image to USB disk') {
steps {
script{
println("${params.image}")
Expand Down

0 comments on commit f7baca5

Please sign in to comment.