Skip to content
Snippets Groups Projects
Commit 2b3694eb authored by Leonard Penzer's avatar Leonard Penzer
Browse files

Fix: Corrected stage name from ramips-mt7621 to ramips

parent 1a68cbcf
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ pipeline { ...@@ -151,7 +151,7 @@ pipeline {
buildArch(["${STAGE_NAME}"]) buildArch(["${STAGE_NAME}"])
} } } }
} }
stage('ramips-mt7621') { stage('ramips') {
agent any agent any
when { expression {return params.ramips_mt7621 || params.ramips_mt7628 || params.ramips_rt305x } } when { expression {return params.ramips_mt7621 || params.ramips_mt7628 || params.ramips_rt305x } }
steps { script { steps { script {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment