Skip to content

Commit a88e609

Browse files
committed
Merge remote-tracking branch 'upstream/topic-performance' into topic-performance
2 parents 81a1751 + ebbf727 commit a88e609

39 files changed

Lines changed: 3546 additions & 2594 deletions

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
4.3.0 - July 16th, 2020
2+
---------------------------
3+
* Servicenow app : Generate forms automatically when BOTs are added
4+
* Servicenow app : Dynamic Service catalog items must have different approval workflows.
5+
* Create new APIs to get all the BOTs and modify the input parameter into single string data.
6+
* BOTs server configuration form in service now.
7+
* Outbound APIs in the servicenow to fetch the Catalyst BOTs.
8+
* Botengine Bitbucket Sync using new approach
9+
* Exception handling for bot execution in Botengine
10+
111
3.9.0 - March 7th , 2017
212
----------------------------
313
* BOTs Engine and New Framework

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ RUN npm install -g grunt-cli
99
##RUN npm install -g npm
1010
##RUN npm install forever --global
1111
RUN gem install sass
12-
RUN curl -L https://www.opscode.com/chef/install.sh | bash
13-
RUN /opt/chef/embedded/bin/gem install knife-windows
12+
RUN curl -L https://www.opscode.com/chef/install.sh | bash -s -- -v 14.1.12
13+
RUN /opt/chef/embedded/bin/gem install knife-windows -v 1.5.0
1414

1515
RUN mkdir -p /rlc/client
1616
RUN mkdir -p /rlc/server
17+
RUN mkdir /mongdb
1718

1819
## Client
1920
ADD ./client/cat3 /rlc/client/cat3
@@ -33,3 +34,5 @@ EXPOSE 3001
3334
# CMD forever start app.js
3435
WORKDIR /rlc/server/app
3536
CMD node app.js
37+
38+

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ node ('master') {
2626
app.push("latest")
2727
}
2828
}
29-
29+
3030
stage('Cleanup'){
3131
// Cleanup docker images
3232
sh 'echo "Cleaning images"'
3333
}
34-
}
34+
}

0 commit comments

Comments
 (0)