ci: fix unstash syntax
This commit is contained in:
parent
97e9ed622a
commit
b81f19fede
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -84,7 +84,7 @@ pipeline {
|
|||
script {
|
||||
sh 'git checkout main'
|
||||
unstash "md"
|
||||
unstack "ver"
|
||||
unstach "ver"
|
||||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue