Skip to content

Commit

Permalink
Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislima committed Apr 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 1980934 commit 9edb5e1
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -22,31 +22,7 @@ pipeline {

}

stage('Test'){

steps {
echo 'Testing...'
sh '''
cd Aula-GitHub-Actions
mvn clean test site
'''
}

}

stage('Notification'){

steps {
echo 'Notification...'
sh '''
cd scripts
chmod 775 *
./jenkins.sh
'''
}

}


}

}

0 comments on commit 9edb5e1

Please sign in to comment.