Jenkins Pipeline script example for Maven build | Build Maven with Jenkins Pipeline

  Рет қаралды 7,815

AJ AUTOMATION

AJ AUTOMATION

Күн бұрын

Пікірлер: 5
@rahulmiddha7687
@rahulmiddha7687 Жыл бұрын
Nice Session
@AJAUTOMATION
@AJAUTOMATION Жыл бұрын
Thanks for watching 🙂👍
@rahulmiddha7687
@rahulmiddha7687 Жыл бұрын
@@AJAUTOMATION one question: i noticed that post tag we need to put inside each stage tag. single post tag under stages tag won't works
@AJAUTOMATION
@AJAUTOMATION Жыл бұрын
@@rahulmiddha7687 most common use of post block is at the end of pipeline i.e after all the stages. However you can specify post block for every stage if you want to perform some action after end of that stage. just add after steps block stages { stage('Checkout') { steps { // Checkout code } } stage('Build') { steps { // Build the Maven project echo "build" } post { success { echo 'success actions here.' } failure { echo 'failure actions.' } } } post { //some action on success }
@studyhard8055
@studyhard8055 2 күн бұрын
Where do i get the code?
Caleb Pressley Shows TSA How It’s Done
0:28
Barstool Sports
Рет қаралды 60 МЛН
Unifi Protect AI Key
6:18
Mactelecom Networks
Рет қаралды 17 М.
Jenkins Pipeline for Java using Maven and Docker
17:43
Szymon Stepniak
Рет қаралды 30 М.
16.CI CD Pipeline with Jenkins
24:32
QA Automation Classes
Рет қаралды 174
Build Maven Project Using Jenkins | Execute Maven Project In Jenkins
15:33
Jenkins #7 | How to create Maven Job in Jenkins
8:47
Geeks CodeBook
Рет қаралды 4 М.
How to push Cucumber BDD Maven Project from Eclipse to GitHub | Build from Jenkins
13:47
SDET Adda For QA Automation
Рет қаралды 4,1 М.