Fix syntax error in Jenkinsfile
All checks were successful
Git Desu/9iron/pipeline/head This commit looks good
All checks were successful
Git Desu/9iron/pipeline/head This commit looks good
This commit is contained in:
parent
5229ecd6b6
commit
cdd06e78d0
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -2,10 +2,14 @@ pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Build') {
|
||||
echo 'BUILD'
|
||||
steps {
|
||||
echo 'BUILD'
|
||||
}
|
||||
}
|
||||
stage('Build Tag') {
|
||||
echo 'BUILD TAG'
|
||||
steps {
|
||||
echo 'BUILD TAG'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user