File tree Expand file tree Collapse file tree
dashboard-client/src/models Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -359,14 +359,13 @@ export default class Job {
359359 } else {
360360 name += '1'
361361 }
362-
363362 router . push ( {
364363 name : 'JobDetail' ,
365364 params : {
366365 projectName : encodeURIComponent ( this . project . name ) ,
367366 buildNumber : this . build . number ,
368367 buildRestartCounter : this . build . restartCounter ,
369- jobName : encodeURIComponent ( name )
368+ jobName : name
370369 }
371370 } )
372371 } )
Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ ENV PATH $PATH:/usr/local/bin
1717
1818RUN \
1919 apk update && \
20- apk add bash py-pip && \
20+ apk add bash py-pip libssl1.0 && \
2121 apk add --virtual=build linux-headers gcc libffi-dev musl-dev openssl-dev python-dev make && \
22+ pip install -U pip && \
2223 pip install azure-cli && \
2324 apk del --purge build && \
2425 az aks install-cli
You can’t perform that action at this time.
0 commit comments