Skip to content

Commit

Permalink
Solved problem with the jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
augustocristian committed Sep 21, 2024
1 parent ab37aad commit 28e99ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ pipeline {
}// EndExecutionStageErrorTJobM
sh '$SCRIPTS_FOLDER/tjoblifecycles/tjob-teardown.sh tjobm 2'
}// EndStepsTJobM
stage('TJobM IdResource: Session LoginService OpenVidu ') {
}// EndStageTJobM
stage('TJobM1 IdResource: Session LoginService OpenVidu ') {
steps {
sh '$SCRIPTS_FOLDER/tjoblifecycles/tjob-setup.sh tjobm 2'
catchError(buildResult: 'UNSTABLE', stageResult: 'FAILURE') {
Expand Down

0 comments on commit 28e99ff

Please sign in to comment.