Skip to content

Commit bd01142

Browse files
committed
Change publish parameters
1 parent 1f15c64 commit bd01142

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

‎Jenkins/PluginPush.exe‎

0 Bytes
Binary file not shown.

‎Jenkinsfile‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ node {
8080
archiveArtifacts artifacts: zipFile, caseSensitive: false, onlyIfSuccessful: true
8181
}
8282
stage('Release') {
83-
withCredentials([usernamePassword(credentialsId: 'jimmacle-plugin-publish', usernameVariable: 'USERNAME', passwordVariable: 'TOKEN')]) {
84-
bat Jenkins/PluginPush.exe "..\\bin\\essentials.zip" "$USERNAME" "$TOKEN"
85-
}
83+
withCredentials([usernamePassword(credentialsId: 'jimmacle-plugin-publish', usernameVariable: 'USERNAME', passwordVariable: 'TOKEN')]) {
84+
bat "Jenkins\\PluginPush.exe \"bin\\essentials.zip\" \"$USERNAME\" \"$TOKEN\""
85+
}
8686
}
8787
}
8888
else

0 commit comments

Comments
 (0)