Skip to content

Commit cac052c

Browse files
committed
Merge pull request #50 in MCU16CE/pic24f-hello-world-uart from develop to master
* commit '3a5445147a635b7bfca02883d16b49e9aecdf364': Reverted back the changes Reverted back the readme changes Reverted readme changes Release creation stage only check was done based on repo name , organization was not considered because of this release was getting updated to the first repo found in the search not necessarily in the intended organization. Now URL is passed as an argument during release creation step.
2 parents 8817797 + 3a54451 commit cac052c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.citd/Jenkinsfilek8s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ pipeline {
159159
def jsonObj = readJsonObject();
160160

161161
withCredentials([usernamePassword(credentialsId: "${env.GITHUB_CREDENTIAL_ID}", passwordVariable: 'PASS', usernameVariable: 'USER_NAME')]) {
162-
execute("python tool-github-deploy/tool-github-deploy/tool-github-deploy.py -rlo=true -gpat=$PASS -rpn=\"${jsonObj.content.projectName}\" -rltv=\"${jsonObj.content.version}\" -rltt=\"${jsonObj.content.version}\" -rlnp=${env.CHANGE_LOG_PATH}")
162+
execute("python tool-github-deploy/tool-github-deploy/tool-github-deploy.py -rlo=true -gpat=$PASS -rporg=${env.GITHUB_URL} -rpn=\"${jsonObj.content.projectName}\" -rltv=\"${jsonObj.content.version}\" -rltt=\"${jsonObj.content.version}\" -rlnp=${env.CHANGE_LOG_PATH}")
163163
}
164164
}
165165
}

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,3 @@ Users will see the string "Hello World !!!" being continuously printed on the se
3838
![image](images/hardware_connections.jpg)
3939

4040
![image](images/serial_terminal.jpg)
41-
42-

0 commit comments

Comments
 (0)