Skip to content

Commit

Permalink
Merge pull request #1853 from prefeiturasp/merge_dev_em_homolog_04_08
Browse files Browse the repository at this point in the history
Posição em Develop 04/08/2023 às 10:35h
  • Loading branch information
Lucas-Santos-Rocha-dev authored Aug 4, 2023
2 parents 5be7e0d + 9bf8e74 commit 3e07fb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ pipeline {
if ( env.branchname == 'main' || env.branchname == 'master' || env.branchname == 'homolog' || env.branchname == 'release' ) {
sendTelegram("🤩 [Deploy ${env.branchname}] Job Name: ${JOB_NAME} \nBuild: ${BUILD_DISPLAY_NAME} \nMe aprove! \nLog: \n${env.BUILD_URL}")
timeout(time: 24, unit: "HOURS") {
input message: 'Deseja realizar o deploy?', ok: 'SIM', submitter: 'alessandro_fernandes, kelwy_oliveira, lucas_rocha, anderson_morais, luis_zimmermann, rodolpho_azeredo, ollyver_ottoboni, matheus_diori, rayane_santos'
input message: 'Deseja realizar o deploy?', ok: 'SIM', submitter: 'alessandro_fernandes, kelwy_oliveira, anderson_morais, luis_zimmermann, rodolpho_azeredo, ollyver_ottoboni, rayane_santos, lucas_rocha'
}
}
withCredentials([file(credentialsId: "${kubeconfig}", variable: 'config')]){
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ptrf",
"version": "8.5.0",
"version": "8.6.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.27",
Expand Down

0 comments on commit 3e07fb9

Please sign in to comment.